Class: Aws::GameLift::Types::LocationModel

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

Overview

Properties of a location

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The Amazon Resource Name (ARN) that is assigned to a GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

Returns:

  • (String)


6226
6227
6228
6229
6230
6231
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6226

class LocationModel < Struct.new(
  :location_name,
  :location_arn)
  SENSITIVE = []
  include Aws::Structure
end

#location_nameString

The location's name.

Returns:

  • (String)


6226
6227
6228
6229
6230
6231
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6226

class LocationModel < Struct.new(
  :location_name,
  :location_arn)
  SENSITIVE = []
  include Aws::Structure
end