Module: Aws::MigrationHubOrchestrator::Client::_GetTemplateStepGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTemplateStepGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #next ⇒ ::Array[::String]
- #previous ⇒ ::Array[::String]
- #status ⇒ "AWAITING_DEPENDENCIES", ...
- #template_id ⇒ ::String
- #tools ⇒ ::Array[Types::Tool]
Instance Method Details
#creation_time ⇒ ::Time
267 |
# File 'sig/client.rbs', line 267
def creation_time: () -> ::Time
|
#description ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def description: () -> ::String
|
#id ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def id: () -> ::String
|
#last_modified_time ⇒ ::Time
268 |
# File 'sig/client.rbs', line 268
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def name: () -> ::String
|
#next ⇒ ::Array[::String]
271 |
# File 'sig/client.rbs', line 271
def next: () -> ::Array[::String]
|
#previous ⇒ ::Array[::String]
270 |
# File 'sig/client.rbs', line 270
def previous: () -> ::Array[::String]
|
#status ⇒ "AWAITING_DEPENDENCIES", ...
266 |
# File 'sig/client.rbs', line 266
def status: () -> ("AWAITING_DEPENDENCIES" | "READY" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "PAUSED" | "PAUSING" | "USER_ATTENTION_REQUIRED")
|
#template_id ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def template_id: () -> ::String
|
#tools ⇒ ::Array[Types::Tool]
269 |
# File 'sig/client.rbs', line 269
def tools: () -> ::Array[Types::Tool]
|