Module: Aws::MigrationHubOrchestrator::Client::_GetWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMigrationWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ads_application_configuration_id ⇒ ::String
- #ads_application_name ⇒ ::String
- #arn ⇒ ::String
- #completed_steps ⇒ ::Integer
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #end_time ⇒ ::Time
- #id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #last_start_time ⇒ ::Time
- #last_stop_time ⇒ ::Time
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #template_id ⇒ ::String
- #tools ⇒ ::Array[Types::Tool]
- #total_steps ⇒ ::Integer
- #workflow_bucket ⇒ ::String
- #workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
Instance Method Details
#ads_application_configuration_id ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def ads_application_configuration_id: () -> ::String
|
#ads_application_name ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def ads_application_name: () -> ::String
|
#arn ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def arn: () -> ::String
|
#completed_steps ⇒ ::Integer
298 |
# File 'sig/client.rbs', line 298
def completed_steps: () -> ::Integer
|
#creation_time ⇒ ::Time
291 |
# File 'sig/client.rbs', line 291
def creation_time: () -> ::Time
|
#description ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def description: () -> ::String
|
#end_time ⇒ ::Time
295 |
# File 'sig/client.rbs', line 295
def end_time: () -> ::Time
|
#id ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def id: () -> ::String
|
#last_modified_time ⇒ ::Time
294 |
# File 'sig/client.rbs', line 294
def last_modified_time: () -> ::Time
|
#last_start_time ⇒ ::Time
292 |
# File 'sig/client.rbs', line 292
def last_start_time: () -> ::Time
|
#last_stop_time ⇒ ::Time
293 |
# File 'sig/client.rbs', line 293
def last_stop_time: () -> ::Time
|
#name ⇒ ::String
284 |
# File 'sig/client.rbs', line 284
def name: () -> ::String
|
#status ⇒ "CREATING", ...
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
290 |
# File 'sig/client.rbs', line 290
def status_message: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
300 |
# File 'sig/client.rbs', line 300
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def template_id: () -> ::String
|
#tools ⇒ ::Array[Types::Tool]
296 |
# File 'sig/client.rbs', line 296
def tools: () -> ::Array[Types::Tool]
|
#total_steps ⇒ ::Integer
297 |
# File 'sig/client.rbs', line 297
def total_steps: () -> ::Integer
|
#workflow_bucket ⇒ ::String
301 |
# File 'sig/client.rbs', line 301
def workflow_bucket: () -> ::String
|
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
299 |
# File 'sig/client.rbs', line 299
def workflow_inputs: () -> ::Hash[::String, Types::StepInput]
|