Class: Aws::Types::LocationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::LocationAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_state ⇒ Types::LocationState
Returns the value of attribute location_state.
-
#stopped_actions ⇒ ::Array[("AUTO_SCALING")]
Returns the value of attribute stopped_actions.
-
#update_status ⇒ "PENDING_UPDATE"
Returns the value of attribute update_status.
Instance Attribute Details
#location_state ⇒ Types::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.
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.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def update_status @update_status end |