Class: Aws::Types::RetryWorkflowStepResponse
- Inherits:
-
Object
- Object
- Aws::Types::RetryWorkflowStepResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
-
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
452 453 454 |
# File 'sig/types.rbs', line 452 def id @id end |
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
453 454 455 |
# File 'sig/types.rbs', line 453 def status @status end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def step_group_id @step_group_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def workflow_id @workflow_id end |