Module: Aws::MigrationHubOrchestrator::Client::_CreateWorkflowStepGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowStepGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #next ⇒ ::Array[::String]
- #previous ⇒ ::Array[::String]
- #tools ⇒ ::Array[Types::Tool]
- #workflow_id ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
163 |
# File 'sig/client.rbs', line 163
def creation_time: () -> ::Time
|
#description ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def description: () -> ::String
|
#id ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def id: () -> ::String
|
#name ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def name: () -> ::String
|
#next ⇒ ::Array[::String]
161 |
# File 'sig/client.rbs', line 161
def next: () -> ::Array[::String]
|
#previous ⇒ ::Array[::String]
162 |
# File 'sig/client.rbs', line 162
def previous: () -> ::Array[::String]
|
#tools ⇒ ::Array[Types::Tool]
160 |
# File 'sig/client.rbs', line 160
def tools: () -> ::Array[Types::Tool]
|
#workflow_id ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def workflow_id: () -> ::String
|