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

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

Overview

Properties of a custom location for use in an Amazon GameLift Anywhere fleet. This data type is returned in response to a call to [docs.aws.amazon.com/gamelift/latest/apireference/API_CreateLocation.html][1].

[1]: docs.aws.amazon.com/gamelift/latest/apireference/API_CreateLocation.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The Amazon Resource Name ([ARN]) that is assigned to a Amazon 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`.

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html

Returns:

  • (String)


7647
7648
7649
7650
7651
7652
# File 'lib/aws-sdk-gamelift/types.rb', line 7647

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

#location_nameString

The location’s name.

Returns:

  • (String)


7647
7648
7649
7650
7651
7652
# File 'lib/aws-sdk-gamelift/types.rb', line 7647

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