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
Note:
When making an API call, you may pass LocationConfiguration data as a hash:
{
location: "LocationStringModel",
}
A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
Related actions
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
.
6816 6817 6818 6819 6820 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6816 class LocationConfiguration < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |