Class: Aws::Types::LocationState
- Inherits:
-
Object
- Object
- Aws::Types::LocationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#player_gateway_status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute player_gateway_status.
-
#status ⇒ "NEW", ...
Returns the value of attribute status.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def location @location end |
#player_gateway_status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute player_gateway_status.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def player_gateway_status @player_gateway_status end |
#status ⇒ "NEW", ...
Returns the value of attribute status.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def status @status end |