Class: Aws::Types::GetWorkflowStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowStepRequest
- 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.
262 263 264 |
# File 'sig/types.rbs', line 262 def id @id end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
261 262 263 |
# File 'sig/types.rbs', line 261 def step_group_id @step_group_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
260 261 262 |
# File 'sig/types.rbs', line 260 def workflow_id @workflow_id end |