Class: Aws::Types::InstanceStatus
- Inherits:
-
Object
- Object
- Aws::Types::InstanceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "AWAITING_FULFILLMENT", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::InstanceStateChangeReason
Returns the value of attribute state_change_reason.
-
#timeline ⇒ Types::InstanceTimeline
Returns the value of attribute timeline.
Instance Attribute Details
#state ⇒ "AWAITING_FULFILLMENT", ...
Returns the value of attribute state.
818 819 820 |
# File 'sig/types.rbs', line 818 def state @state end |
#state_change_reason ⇒ Types::InstanceStateChangeReason
Returns the value of attribute state_change_reason.
819 820 821 |
# File 'sig/types.rbs', line 819 def state_change_reason @state_change_reason end |
#timeline ⇒ Types::InstanceTimeline
Returns the value of attribute timeline.
820 821 822 |
# File 'sig/types.rbs', line 820 def timeline @timeline end |