Class: Aws::Types::CreateWorkflowStepResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowStepResponse
- 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.
99 100 101 |
# File 'sig/types.rbs', line 99 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
102 103 104 |
# File 'sig/types.rbs', line 102 def name @name end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def step_group_id @step_group_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def workflow_id @workflow_id end |