Class: Aws::Types::ContainerFleetLocationAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


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.

Returns:

  • ("DISABLED", "ENABLED")


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.

Returns:

  • ("PENDING", "CREATING", "CREATED", "ACTIVATING", "ACTIVE", "UPDATING", "DELETING", "EXPIRED")


166
167
168
# File 'sig/types.rbs', line 166

def status
  @status
end