Module: Aws::MigrationHubOrchestrator::Client::_StopWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopMigrationWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #last_stop_time ⇒ ::Time
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
Instance Method Details
#arn ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def arn: () -> ::String
|
#id ⇒ ::String
499 |
# File 'sig/client.rbs', line 499
def id: () -> ::String
|
#last_stop_time ⇒ ::Time
503 |
# File 'sig/client.rbs', line 503
def last_stop_time: () -> ::Time
|
#status ⇒ "CREATING", ...
501 |
# File 'sig/client.rbs', line 501
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
502 |
# File 'sig/client.rbs', line 502
def status_message: () -> ::String
|