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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#locationString

An Amazon Web Services Region code, such as us-west-2.

Returns:

  • (String)


6328
6329
6330
6331
6332
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6328

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