Module: Aws::MigrationHubOrchestrator::Client::_UpdateWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateMigrationWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ads_application_configuration_id ⇒ ::String
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #step_targets ⇒ ::Array[::String]
- #tags ⇒ ::Hash[::String, ::String]
- #template_id ⇒ ::String
- #workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
Instance Method Details
#ads_application_configuration_id ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def ads_application_configuration_id: () -> ::String
|
#arn ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def arn: () -> ::String
|
#creation_time ⇒ ::Time
557 |
# File 'sig/client.rbs', line 557
def creation_time: () -> ::Time
|
#description ⇒ ::String
551 |
# File 'sig/client.rbs', line 551
def description: () -> ::String
|
#id ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def id: () -> ::String
|
#last_modified_time ⇒ ::Time
558 |
# File 'sig/client.rbs', line 558
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def name: () -> ::String
|
#status ⇒ "CREATING", ...
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]
555 |
# File 'sig/client.rbs', line 555
def step_targets: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
559 |
# File 'sig/client.rbs', line 559
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
552 |
# File 'sig/client.rbs', line 552
def template_id: () -> ::String
|
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
554 |
# File 'sig/client.rbs', line 554
def workflow_inputs: () -> ::Hash[::String, Types::StepInput]
|