Class: Aws::Types::InstanceFleetStatus
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFleetStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "PROVISIONING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::InstanceFleetStateChangeReason
Returns the value of attribute state_change_reason.
-
#timeline ⇒ Types::InstanceFleetTimeline
Returns the value of attribute timeline.
Instance Attribute Details
#state ⇒ "PROVISIONING", ...
Returns the value of attribute state.
706 707 708 |
# File 'sig/types.rbs', line 706 def state @state end |
#state_change_reason ⇒ Types::InstanceFleetStateChangeReason
Returns the value of attribute state_change_reason.
707 708 709 |
# File 'sig/types.rbs', line 707 def state_change_reason @state_change_reason end |
#timeline ⇒ Types::InstanceFleetTimeline
Returns the value of attribute timeline.
708 709 710 |
# File 'sig/types.rbs', line 708 def timeline @timeline end |