Class: Aws::Types::ActionExecutionDetail
- Inherits:
-
Object
- Object
- Aws::Types::ActionExecutionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#input ⇒ Types::ActionExecutionInput
Returns the value of attribute input.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#output ⇒ Types::ActionExecutionOutput
Returns the value of attribute output.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def action_execution_id @action_execution_id end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def action_name @action_name end |
#input ⇒ Types::ActionExecutionInput
Returns the value of attribute input.
105 106 107 |
# File 'sig/types.rbs', line 105 def input @input end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
102 103 104 |
# File 'sig/types.rbs', line 102 def last_update_time @last_update_time end |
#output ⇒ Types::ActionExecutionOutput
Returns the value of attribute output.
106 107 108 |
# File 'sig/types.rbs', line 106 def output @output end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
98 99 100 |
# File 'sig/types.rbs', line 98 def pipeline_version @pipeline_version end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
99 100 101 |
# File 'sig/types.rbs', line 99 def stage_name @stage_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
101 102 103 |
# File 'sig/types.rbs', line 101 def start_time @start_time end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
104 105 106 |
# File 'sig/types.rbs', line 104 def status @status end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
103 104 105 |
# File 'sig/types.rbs', line 103 def updated_by @updated_by end |