Class: Aws::GameLift::Types::CreateLocationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_nameString

A descriptive name for the custom location.

Returns:

  • (String)


2558
2559
2560
2561
2562
2563
# File 'lib/aws-sdk-gamelift/types.rb', line 2558

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

#tagsArray<Types::Tag>

A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see [ Tagging Amazon Web Services Resources] in the *Amazon Web Services General Rareference*.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:



2558
2559
2560
2561
2562
2563
# File 'lib/aws-sdk-gamelift/types.rb', line 2558

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