Class: Aws::Types::UpdateWorkflowStepResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowStepResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
676 677 678 |
# File 'sig/types.rbs', line 676 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
679 680 681 |
# File 'sig/types.rbs', line 679 def name @name end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
677 678 679 |
# File 'sig/types.rbs', line 677 def step_group_id @step_group_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
678 679 680 |
# File 'sig/types.rbs', line 678 def workflow_id @workflow_id end |