Class: Aws::Types::GetWorkflowExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#parallel_group ⇒ ::String
Returns the value of attribute parallel_group.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#total_step_count ⇒ ::Integer
Returns the value of attribute total_step_count.
-
#total_steps_failed ⇒ ::Integer
Returns the value of attribute total_steps_failed.
-
#total_steps_skipped ⇒ ::Integer
Returns the value of attribute total_steps_skipped.
-
#total_steps_succeeded ⇒ ::Integer
Returns the value of attribute total_steps_succeeded.
-
#type ⇒ "BUILD", ...
Returns the value of attribute type.
-
#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
#end_time ⇒ ::String
Returns the value of attribute end_time.
852 853 854 |
# File 'sig/types.rbs', line 852 def end_time @end_time end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
843 844 845 |
# File 'sig/types.rbs', line 843 def image_build_version_arn @image_build_version_arn end |
#message ⇒ ::String
Returns the value of attribute message.
846 847 848 |
# File 'sig/types.rbs', line 846 def @message end |
#parallel_group ⇒ ::String
Returns the value of attribute parallel_group.
853 854 855 |
# File 'sig/types.rbs', line 853 def parallel_group @parallel_group end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
840 841 842 |
# File 'sig/types.rbs', line 840 def request_id @request_id end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
851 852 853 |
# File 'sig/types.rbs', line 851 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
845 846 847 |
# File 'sig/types.rbs', line 845 def status @status end |
#total_step_count ⇒ ::Integer
Returns the value of attribute total_step_count.
847 848 849 |
# File 'sig/types.rbs', line 847 def total_step_count @total_step_count end |
#total_steps_failed ⇒ ::Integer
Returns the value of attribute total_steps_failed.
849 850 851 |
# File 'sig/types.rbs', line 849 def total_steps_failed @total_steps_failed end |
#total_steps_skipped ⇒ ::Integer
Returns the value of attribute total_steps_skipped.
850 851 852 |
# File 'sig/types.rbs', line 850 def total_steps_skipped @total_steps_skipped end |
#total_steps_succeeded ⇒ ::Integer
Returns the value of attribute total_steps_succeeded.
848 849 850 |
# File 'sig/types.rbs', line 848 def total_steps_succeeded @total_steps_succeeded end |
#type ⇒ "BUILD", ...
Returns the value of attribute type.
844 845 846 |
# File 'sig/types.rbs', line 844 def type @type end |
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
841 842 843 |
# File 'sig/types.rbs', line 841 def workflow_build_version_arn @workflow_build_version_arn end |
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
842 843 844 |
# File 'sig/types.rbs', line 842 def workflow_execution_id @workflow_execution_id end |