Module: Aws::MigrationHubOrchestrator::Client::_StartWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartMigrationWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #last_start_time ⇒ ::Time
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
Instance Method Details
#arn ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def arn: () -> ::String
|
#id ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def id: () -> ::String
|
#last_start_time ⇒ ::Time
489 |
# File 'sig/client.rbs', line 489
def last_start_time: () -> ::Time
|
#status ⇒ "CREATING", ...
487 |
# File 'sig/client.rbs', line 487
def status: () -> ("CREATING" | "NOT_STARTED" | "CREATION_FAILED" | "STARTING" | "IN_PROGRESS" | "WORKFLOW_FAILED" | "PAUSED" | "PAUSING" | "PAUSING_FAILED" | "USER_ATTENTION_REQUIRED" | "DELETING" | "DELETION_FAILED" | "DELETED" | "COMPLETED")
|
#status_message ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def status_message: () -> ::String
|