Class: Aws::Types::LocationAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location_stateTypes::LocationState

Returns the value of attribute location_state.



1695
1696
1697
# File 'sig/types.rbs', line 1695

def location_state
  @location_state
end

#stopped_actions::Array[("AUTO_SCALING")]

Returns the value of attribute stopped_actions.

Returns:

  • (::Array[("AUTO_SCALING")])


1696
1697
1698
# File 'sig/types.rbs', line 1696

def stopped_actions
  @stopped_actions
end

#update_status"PENDING_UPDATE"

Returns the value of attribute update_status.

Returns:

  • ("PENDING_UPDATE")


1697
1698
1699
# File 'sig/types.rbs', line 1697

def update_status
  @update_status
end