Class: Aws::GameLift::Types::LocationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::LocationConfiguration
- 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
-
#location ⇒ String
An Amazon Web Services Region code, such as ‘us-west-2`.
Instance Attribute Details
#location ⇒ String
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
8303 8304 8305 8306 8307 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8303 class LocationConfiguration < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |