Class: Aws::GameLift::Types::CreateAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateAliasInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A human-readable description of the alias.
-
#name ⇒ String
A descriptive label that is associated with an alias.
-
#routing_strategy ⇒ Types::RoutingStrategy
The routing configuration, including routing type and fleet target, for the alias.
-
#tags ⇒ Array<Types::Tag>
A list of labels to assign to the new alias resource.
Instance Attribute Details
#description ⇒ String
A human-readable description of the alias.
1340 1341 1342 1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-gamelift/types.rb', line 1340 class CreateAliasInput < Struct.new( :name, :description, :routing_strategy, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A descriptive label that is associated with an alias. Alias names do not need to be unique.
1340 1341 1342 1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-gamelift/types.rb', line 1340 class CreateAliasInput < Struct.new( :name, :description, :routing_strategy, :tags) SENSITIVE = [] include Aws::Structure end |
#routing_strategy ⇒ Types::RoutingStrategy
The routing configuration, including routing type and fleet target, for the alias.
1340 1341 1342 1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-gamelift/types.rb', line 1340 class CreateAliasInput < Struct.new( :name, :description, :routing_strategy, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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*.
1340 1341 1342 1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-gamelift/types.rb', line 1340 class CreateAliasInput < Struct.new( :name, :description, :routing_strategy, :tags) SENSITIVE = [] include Aws::Structure end |