Module: Aws::MigrationHubOrchestrator::Client::_CreateWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMigrationWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ads_application_configuration_id ⇒ ::String
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #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
106 |
# File 'sig/client.rbs', line 106
def ads_application_configuration_id: () -> ::String
|
#arn ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def arn: () -> ::String
|
#creation_time ⇒ ::Time
110 |
# File 'sig/client.rbs', line 110
def creation_time: () -> ::Time
|
#description ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def description: () -> ::String
|
#id ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def id: () -> ::String
|
#name ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def name: () -> ::String
|
#status ⇒ "CREATING", ...
109 |
# File 'sig/client.rbs', line 109
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]
108 |
# File 'sig/client.rbs', line 108
def step_targets: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
111 |
# File 'sig/client.rbs', line 111
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def template_id: () -> ::String
|
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
107 |
# File 'sig/client.rbs', line 107
def workflow_inputs: () -> ::Hash[::String, Types::StepInput]
|