Module: Aws::Imagebuilder::Client::_GetWorkflowStepExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowStepExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ ::String
- #attempt_number ⇒ ::Integer
- #description ⇒ ::String
- #end_time ⇒ ::String
- #image_build_version_arn ⇒ ::String
- #inputs ⇒ ::String
- #max_attempts ⇒ ::Integer
- #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
725 |
# File 'sig/client.rbs', line 725
def action: () -> ::String
|
#attempt_number ⇒ ::Integer
735 |
# File 'sig/client.rbs', line 735
def attempt_number: () -> ::Integer
|
#description ⇒ ::String
724 |
# File 'sig/client.rbs', line 724
def description: () -> ::String
|
#end_time ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def end_time: () -> ::String
|
#image_build_version_arn ⇒ ::String
722 |
# File 'sig/client.rbs', line 722
def image_build_version_arn: () -> ::String
|
#inputs ⇒ ::String
729 |
# File 'sig/client.rbs', line 729
def inputs: () -> ::String
|
#max_attempts ⇒ ::Integer
736 |
# File 'sig/client.rbs', line 736
def max_attempts: () -> ::Integer
|
#message ⇒ ::String
728 |
# File 'sig/client.rbs', line 728
def message: () -> ::String
|
#name ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def name: () -> ::String
|
#on_failure ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def on_failure: () -> ::String
|
#outputs ⇒ ::String
730 |
# File 'sig/client.rbs', line 730
def outputs: () -> ::String
|
#request_id ⇒ ::String
718 |
# File 'sig/client.rbs', line 718
def request_id: () -> ::String
|
#rollback_status ⇒ "RUNNING", ...
727 |
# File 'sig/client.rbs', line 727
def rollback_status: () -> ("RUNNING" | "COMPLETED" | "SKIPPED" | "FAILED")
|
#start_time ⇒ ::String
731 |
# File 'sig/client.rbs', line 731
def start_time: () -> ::String
|
#status ⇒ "PENDING", ...
726 |
# File 'sig/client.rbs', line 726
def status: () -> ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
#step_execution_id ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def step_execution_id: () -> ::String
|
#timeout_seconds ⇒ ::Integer
734 |
# File 'sig/client.rbs', line 734
def timeout_seconds: () -> ::Integer
|
#workflow_build_version_arn ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def workflow_build_version_arn: () -> ::String
|
#workflow_execution_id ⇒ ::String
721 |
# File 'sig/client.rbs', line 721
def workflow_execution_id: () -> ::String
|