Class: Aws::Deadline::Types::BatchGetStepIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetStepIdentifier
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The identifiers for a step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the step.
-
#job_id ⇒ String
The job ID of the step.
-
#queue_id ⇒ String
The queue ID of the step.
-
#step_id ⇒ String
The step ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the step.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477 class BatchGetStepIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID of the step.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477 class BatchGetStepIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the step.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477 class BatchGetStepIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477 class BatchGetStepIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |