Class: Aws::Types::InstanceFleetStatus

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", "RESIZING", "RECONFIGURING", "SUSPENDED", "TERMINATING", "TERMINATED")


706
707
708
# File 'sig/types.rbs', line 706

def state
  @state
end

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

#timelineTypes::InstanceFleetTimeline

Returns the value of attribute timeline.



708
709
710
# File 'sig/types.rbs', line 708

def timeline
  @timeline
end