Module: Aws::MigrationHubOrchestrator::Client::_StartWorkflowResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StartMigrationWorkflowResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


486
# File 'sig/client.rbs', line 486

def arn: () -> ::String

#id::String

Returns:

  • (::String)


485
# File 'sig/client.rbs', line 485

def id: () -> ::String

#last_start_time::Time

Returns:

  • (::Time)


489
# File 'sig/client.rbs', line 489

def last_start_time: () -> ::Time

#status"CREATING", ...

Returns:

  • ("CREATING", "NOT_STARTED", "CREATION_FAILED", "STARTING", "IN_PROGRESS", "WORKFLOW_FAILED", "PAUSED", "PAUSING", "PAUSING_FAILED", "USER_ATTENTION_REQUIRED", "DELETING", "DELETION_FAILED", "DELETED", "COMPLETED")


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

Returns:

  • (::String)


488
# File 'sig/client.rbs', line 488

def status_message: () -> ::String