Class: Aws::GameLift::Types::LocationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

A remote location where a multi-location fleet can deploy game servers for game hosting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

An Amazon Web Services Region code, such as ‘us-west-2`. For a list of supported Regions and Local Zones, see [ Amazon GameLift service locations] for managed hosting.

[1]: docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html

Returns:

  • (String)


8303
8304
8305
8306
8307
# File 'lib/aws-sdk-gamelift/types.rb', line 8303

class LocationConfiguration < Struct.new(
  :location)
  SENSITIVE = []
  include Aws::Structure
end