Class: Aws::Deadline::Types::GetStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetStepRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID for the step.
-
#job_id ⇒ String
The job ID for the step.
-
#queue_id ⇒ String
The queue ID for the step.
-
#step_id ⇒ String
The step ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID for the step.
3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-deadline/types.rb', line 3750 class GetStepRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID for the step.
3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-deadline/types.rb', line 3750 class GetStepRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the step.
3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-deadline/types.rb', line 3750 class GetStepRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID.
3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-deadline/types.rb', line 3750 class GetStepRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |