Class: Aws::GameLift::Types::CreateAliasInput

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

#descriptionString

A human-readable description of the alias.

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
1287
1288
# File 'lib/aws-sdk-gamelift/types.rb', line 1281

class CreateAliasInput < Struct.new(
  :name,
  :description,
  :routing_strategy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A descriptive label that is associated with an alias. Alias names do not need to be unique.

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
1287
1288
# File 'lib/aws-sdk-gamelift/types.rb', line 1281

class CreateAliasInput < Struct.new(
  :name,
  :description,
  :routing_strategy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#routing_strategyTypes::RoutingStrategy

The routing configuration, including routing type and fleet target, for the alias.



1281
1282
1283
1284
1285
1286
1287
1288
# File 'lib/aws-sdk-gamelift/types.rb', line 1281

class CreateAliasInput < Struct.new(
  :name,
  :description,
  :routing_strategy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of labels to assign to the new alias 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 Reference*.

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

Returns:



1281
1282
1283
1284
1285
1286
1287
1288
# File 'lib/aws-sdk-gamelift/types.rb', line 1281

class CreateAliasInput < Struct.new(
  :name,
  :description,
  :routing_strategy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end