Module: Aws::MigrationHubOrchestrator::Client::_DeleteWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteMigrationWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def arn: () -> ::String
|
#id ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def id: () -> ::String
|
#status ⇒ "CREATING", ...
188 |
# File 'sig/client.rbs', line 188
def status: () -> ("CREATING" | "NOT_STARTED" | "CREATION_FAILED" | "STARTING" | "IN_PROGRESS" | "WORKFLOW_FAILED" | "PAUSED" | "PAUSING" | "PAUSING_FAILED" | "USER_ATTENTION_REQUIRED" | "DELETING" | "DELETION_FAILED" | "DELETED" | "COMPLETED")
|