Class: Aws::Types::GetWorkflowStepExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowStepExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#inputs ⇒ ::String
Returns the value of attribute inputs.
-
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#on_failure ⇒ ::String
Returns the value of attribute on_failure.
-
#outputs ⇒ ::String
Returns the value of attribute outputs.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#rollback_status ⇒ "RUNNING", ...
Returns the value of attribute rollback_status.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
-
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
-
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
881 882 883 |
# File 'sig/types.rbs', line 881 def action @action end |
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
891 892 893 |
# File 'sig/types.rbs', line 891 def attempt_number @attempt_number end |
#description ⇒ ::String
Returns the value of attribute description.
880 881 882 |
# File 'sig/types.rbs', line 880 def description @description end |
#end_time ⇒ ::String
Returns the value of attribute end_time.
888 889 890 |
# File 'sig/types.rbs', line 888 def end_time @end_time end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
878 879 880 |
# File 'sig/types.rbs', line 878 def image_build_version_arn @image_build_version_arn end |
#inputs ⇒ ::String
Returns the value of attribute inputs.
885 886 887 |
# File 'sig/types.rbs', line 885 def inputs @inputs end |
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
892 893 894 |
# File 'sig/types.rbs', line 892 def max_attempts @max_attempts end |
#message ⇒ ::String
Returns the value of attribute message.
884 885 886 |
# File 'sig/types.rbs', line 884 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
879 880 881 |
# File 'sig/types.rbs', line 879 def name @name end |
#on_failure ⇒ ::String
Returns the value of attribute on_failure.
889 890 891 |
# File 'sig/types.rbs', line 889 def on_failure @on_failure end |
#outputs ⇒ ::String
Returns the value of attribute outputs.
886 887 888 |
# File 'sig/types.rbs', line 886 def outputs @outputs end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
874 875 876 |
# File 'sig/types.rbs', line 874 def request_id @request_id end |
#rollback_status ⇒ "RUNNING", ...
Returns the value of attribute rollback_status.
883 884 885 |
# File 'sig/types.rbs', line 883 def rollback_status @rollback_status end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
887 888 889 |
# File 'sig/types.rbs', line 887 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
882 883 884 |
# File 'sig/types.rbs', line 882 def status @status end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
875 876 877 |
# File 'sig/types.rbs', line 875 def step_execution_id @step_execution_id end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
890 891 892 |
# File 'sig/types.rbs', line 890 def timeout_seconds @timeout_seconds end |
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
876 877 878 |
# File 'sig/types.rbs', line 876 def workflow_build_version_arn @workflow_build_version_arn end |
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def workflow_execution_id @workflow_execution_id end |