Module: Aws::MigrationHubOrchestrator::Client::_UpdateWorkflowResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#ads_application_configuration_id::String

Returns:

  • (::String)


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

def ads_application_configuration_id: () -> ::String

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

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


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

def status: () -> ("CREATING" | "NOT_STARTED" | "CREATION_FAILED" | "STARTING" | "IN_PROGRESS" | "WORKFLOW_FAILED" | "PAUSED" | "PAUSING" | "PAUSING_FAILED" | "USER_ATTENTION_REQUIRED" | "DELETING" | "DELETION_FAILED" | "DELETED" | "COMPLETED")

#step_targets::Array[::String]

Returns:

  • (::Array[::String])


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

def step_targets: () -> ::Array[::String]

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

Returns:

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


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

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

#template_id::String

Returns:

  • (::String)


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

def template_id: () -> ::String

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

Returns:



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

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