Class: Aws::Deadline::Types::StepConsumer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepConsumer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a step consumer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The step consumer status.
-
#step_id ⇒ String
The step ID.
Instance Attribute Details
#status ⇒ String
The step consumer status.
7819 7820 7821 7822 7823 7824 |
# File 'lib/aws-sdk-deadline/types.rb', line 7819 class StepConsumer < Struct.new( :step_id, :status) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID.
7819 7820 7821 7822 7823 7824 |
# File 'lib/aws-sdk-deadline/types.rb', line 7819 class StepConsumer < Struct.new( :step_id, :status) SENSITIVE = [] include Aws::Structure end |