Module: Aws::MigrationHubOrchestrator::Client::_GetWorkflowStepGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowStepGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #end_time ⇒ ::Time
- #id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #next ⇒ ::Array[::String]
- #owner ⇒ "AWS_MANAGED", "CUSTOM"
- #previous ⇒ ::Array[::String]
- #status ⇒ "AWAITING_DEPENDENCIES", ...
- #tools ⇒ ::Array[Types::Tool]
- #workflow_id ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
349 |
# File 'sig/client.rbs', line 349
def creation_time: () -> ::Time
|
#description ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def description: () -> ::String
|
#end_time ⇒ ::Time
351 |
# File 'sig/client.rbs', line 351
def end_time: () -> ::Time
|
#id ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def id: () -> ::String
|
#last_modified_time ⇒ ::Time
350 |
# File 'sig/client.rbs', line 350
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
345 |
# File 'sig/client.rbs', line 345
def name: () -> ::String
|
#next ⇒ ::Array[::String]
354 |
# File 'sig/client.rbs', line 354
def next: () -> ::Array[::String]
|
#owner ⇒ "AWS_MANAGED", "CUSTOM"
348 |
# File 'sig/client.rbs', line 348
def owner: () -> ("AWS_MANAGED" | "CUSTOM")
|
#previous ⇒ ::Array[::String]
353 |
# File 'sig/client.rbs', line 353
def previous: () -> ::Array[::String]
|
#status ⇒ "AWAITING_DEPENDENCIES", ...
347 |
# File 'sig/client.rbs', line 347
def status: () -> ("AWAITING_DEPENDENCIES" | "READY" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "PAUSED" | "PAUSING" | "USER_ATTENTION_REQUIRED")
|
#tools ⇒ ::Array[Types::Tool]
352 |
# File 'sig/client.rbs', line 352
def tools: () -> ::Array[Types::Tool]
|
#workflow_id ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def workflow_id: () -> ::String
|