Class: Aws::GameLift::Types::LocationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::LocationConfiguration
- Defined in:
- gems/aws-sdk-gamelift/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.
8303 8304 8305 8306 8307 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8303 class LocationConfiguration < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |