Class: Aws::Types::InstanceGroupStatus
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroupStatus
- 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::InstanceGroupStateChangeReason
Returns the value of attribute state_change_reason.
-
#timeline ⇒ Types::InstanceGroupTimeline
Returns the value of attribute timeline.
Instance Attribute Details
#state ⇒ "PROVISIONING", ...
Returns the value of attribute state.
791 792 793 |
# File 'sig/types.rbs', line 791 def state @state end |
#state_change_reason ⇒ Types::InstanceGroupStateChangeReason
Returns the value of attribute state_change_reason.
792 793 794 |
# File 'sig/types.rbs', line 792 def state_change_reason @state_change_reason end |
#timeline ⇒ Types::InstanceGroupTimeline
Returns the value of attribute timeline.
793 794 795 |
# File 'sig/types.rbs', line 793 def timeline @timeline end |