Class: Aws::Types::InstanceStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"AWAITING_FULFILLMENT", ...

Returns the value of attribute state.

Returns:

  • ("AWAITING_FULFILLMENT", "PROVISIONING", "BOOTSTRAPPING", "RUNNING", "TERMINATED")


818
819
820
# File 'sig/types.rbs', line 818

def state
  @state
end

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

#timelineTypes::InstanceTimeline

Returns the value of attribute timeline.



820
821
822
# File 'sig/types.rbs', line 820

def timeline
  @timeline
end