Class: Aws::Types::ContainerFleetLocationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ContainerFleetLocationAttributes
- 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 ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
165 166 167 |
# File 'sig/types.rbs', line 165 def location @location end |
#player_gateway_status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute player_gateway_status.
167 168 169 |
# File 'sig/types.rbs', line 167 def player_gateway_status @player_gateway_status end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
166 167 168 |
# File 'sig/types.rbs', line 166 def status @status end |