Class: Aws::Types::DeleteWorkflowStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkflowStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
136 137 138 |
# File 'sig/types.rbs', line 136 def id @id end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def step_group_id @step_group_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def workflow_id @workflow_id end |