Class: Aws::Types::ContainerFleetLocationAttributes

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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