Class: Aws::GameLift::Types::UpdateAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateAliasInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
A unique identifier for the alias that you want to update.
-
#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.
Instance Attribute Details
#alias_id ⇒ String
A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.
11005 11006 11007 11008 11009 11010 11011 11012 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11005 class UpdateAliasInput < Struct.new( :alias_id, :name, :description, :routing_strategy) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A human-readable description of the alias.
11005 11006 11007 11008 11009 11010 11011 11012 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11005 class UpdateAliasInput < Struct.new( :alias_id, :name, :description, :routing_strategy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A descriptive label that is associated with an alias. Alias names do not need to be unique.
11005 11006 11007 11008 11009 11010 11011 11012 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11005 class UpdateAliasInput < Struct.new( :alias_id, :name, :description, :routing_strategy) SENSITIVE = [] include Aws::Structure end |
#routing_strategy ⇒ Types::RoutingStrategy
The routing configuration, including routing type and fleet target, for the alias.
11005 11006 11007 11008 11009 11010 11011 11012 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11005 class UpdateAliasInput < Struct.new( :alias_id, :name, :description, :routing_strategy) SENSITIVE = [] include Aws::Structure end |