Class: Aws::Types::InstanceGroupStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"PROVISIONING", ...

Returns the value of attribute state.

Returns:

  • ("PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RECONFIGURING", "RESIZING", "SUSPENDED", "TERMINATING", "TERMINATED", "ARRESTED", "SHUTTING_DOWN", "ENDED")


791
792
793
# File 'sig/types.rbs', line 791

def state
  @state
end

#state_change_reasonTypes::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

#timelineTypes::InstanceGroupTimeline

Returns the value of attribute timeline.



793
794
795
# File 'sig/types.rbs', line 793

def timeline
  @timeline
end