Class: Aws::Types::LifeCycleLastLaunch
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycleLastLaunch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initiated ⇒ Types::LifeCycleLastLaunchInitiated
Returns the value of attribute initiated.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#initiated ⇒ Types::LifeCycleLastLaunchInitiated
Returns the value of attribute initiated.
677 678 679 |
# File 'sig/types.rbs', line 677 def initiated @initiated end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
678 679 680 |
# File 'sig/types.rbs', line 678 def status @status end |