Module: Aws::Imagebuilder::Client::_GetWorkflowStepExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowStepExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ ::String
- #description ⇒ ::String
- #end_time ⇒ ::String
- #image_build_version_arn ⇒ ::String
- #inputs ⇒ ::String
- #message ⇒ ::String
- #name ⇒ ::String
- #on_failure ⇒ ::String
- #outputs ⇒ ::String
- #request_id ⇒ ::String
- #rollback_status ⇒ "RUNNING", ...
- #start_time ⇒ ::String
- #status ⇒ "PENDING", ...
- #step_execution_id ⇒ ::String
- #timeout_seconds ⇒ ::Integer
- #workflow_build_version_arn ⇒ ::String
- #workflow_execution_id ⇒ ::String
Instance Method Details
#action ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def action: () -> ::String
|
#description ⇒ ::String
718 |
# File 'sig/client.rbs', line 718
def description: () -> ::String
|
#end_time ⇒ ::String
726 |
# File 'sig/client.rbs', line 726
def end_time: () -> ::String
|
#image_build_version_arn ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def image_build_version_arn: () -> ::String
|
#inputs ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def inputs: () -> ::String
|
#message ⇒ ::String
722 |
# File 'sig/client.rbs', line 722
def message: () -> ::String
|
#name ⇒ ::String
717 |
# File 'sig/client.rbs', line 717
def name: () -> ::String
|
#on_failure ⇒ ::String
727 |
# File 'sig/client.rbs', line 727
def on_failure: () -> ::String
|
#outputs ⇒ ::String
724 |
# File 'sig/client.rbs', line 724
def outputs: () -> ::String
|
#request_id ⇒ ::String
712 |
# File 'sig/client.rbs', line 712
def request_id: () -> ::String
|
#rollback_status ⇒ "RUNNING", ...
721 |
# File 'sig/client.rbs', line 721
def rollback_status: () -> ("RUNNING" | "COMPLETED" | "SKIPPED" | "FAILED")
|
#start_time ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def start_time: () -> ::String
|
#status ⇒ "PENDING", ...
720 |
# File 'sig/client.rbs', line 720
def status: () -> ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
#step_execution_id ⇒ ::String
713 |
# File 'sig/client.rbs', line 713
def step_execution_id: () -> ::String
|
#timeout_seconds ⇒ ::Integer
728 |
# File 'sig/client.rbs', line 728
def timeout_seconds: () -> ::Integer
|
#workflow_build_version_arn ⇒ ::String
714 |
# File 'sig/client.rbs', line 714
def workflow_build_version_arn: () -> ::String
|
#workflow_execution_id ⇒ ::String
715 |
# File 'sig/client.rbs', line 715
def workflow_execution_id: () -> ::String
|