Class: Aws::Types::StepConsumer
- Inherits:
-
Object
- Object
- Aws::Types::StepConsumer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "RESOLVED", "UNRESOLVED"
Returns the value of attribute status.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
Instance Attribute Details
#status ⇒ "RESOLVED", "UNRESOLVED"
Returns the value of attribute status.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def status @status end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def step_id @step_id end |