Class: Aws::Types::CreateWorkflowStepGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowStepGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
66 67 68 |
# File 'sig/types.rbs', line 66 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
65 66 67 |
# File 'sig/types.rbs', line 65 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
67 68 69 |
# File 'sig/types.rbs', line 67 def next @next end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
68 69 70 |
# File 'sig/types.rbs', line 68 def previous @previous end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def workflow_id @workflow_id end |