Class: Aws::Types::LaunchActionRun
- Inherits:
-
Object
- Object
- Aws::Types::LaunchActionRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::LaunchAction
Returns the value of attribute action.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#action ⇒ Types::LaunchAction
Returns the value of attribute action.
608 609 610 |
# File 'sig/types.rbs', line 608 def action @action end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
611 612 613 |
# File 'sig/types.rbs', line 611 def failure_reason @failure_reason end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
609 610 611 |
# File 'sig/types.rbs', line 609 def run_id @run_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
610 611 612 |
# File 'sig/types.rbs', line 610 def status @status end |