Class: Aws::Types::CreateWorkflowStepGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowStepGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
80 81 82 |
# File 'sig/types.rbs', line 80 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
76 77 78 |
# File 'sig/types.rbs', line 76 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
75 76 77 |
# File 'sig/types.rbs', line 75 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
74 75 76 |
# File 'sig/types.rbs', line 74 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
78 79 80 |
# File 'sig/types.rbs', line 78 def next @next end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
79 80 81 |
# File 'sig/types.rbs', line 79 def previous @previous end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
77 78 79 |
# File 'sig/types.rbs', line 77 def tools @tools end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def workflow_id @workflow_id end |