Class: Aws::Deadline::Types::StepConsumer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepConsumer
- Defined in:
- gems/aws-sdk-deadline/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.
7758 7759 7760 7761 7762 7763 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7758 class StepConsumer < Struct.new( :step_id, :status) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID.
7758 7759 7760 7761 7762 7763 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7758 class StepConsumer < Struct.new( :step_id, :status) SENSITIVE = [] include Aws::Structure end |