Module: Aws::MigrationHubOrchestrator::Client::_GetWorkflowResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#ads_application_configuration_id::String

Returns:

  • (::String)


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

def ads_application_configuration_id: () -> ::String

#ads_application_name::String

Returns:

  • (::String)


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

def ads_application_name: () -> ::String

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#completed_steps::Integer

Returns:

  • (::Integer)


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

def completed_steps: () -> ::Integer

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#end_time::Time

Returns:

  • (::Time)


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

def end_time: () -> ::Time

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time

#last_start_time::Time

Returns:

  • (::Time)


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

def last_start_time: () -> ::Time

#last_stop_time::Time

Returns:

  • (::Time)


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

def last_stop_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#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")


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

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)


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

def status_message: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


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

def tags: () -> ::Hash[::String, ::String]

#template_id::String

Returns:

  • (::String)


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

def template_id: () -> ::String

#tools::Array[Types::Tool]

Returns:



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

def tools: () -> ::Array[Types::Tool]

#total_steps::Integer

Returns:

  • (::Integer)


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

def total_steps: () -> ::Integer

#workflow_bucket::String

Returns:

  • (::String)


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

def workflow_bucket: () -> ::String

#workflow_inputs::Hash[::String, Types::StepInput]

Returns:



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

def workflow_inputs: () -> ::Hash[::String, Types::StepInput]