Class: Aws::GameLift::Types::UpdateAliasInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.

Returns:

  • (String)


8698
8699
8700
8701
8702
8703
8704
8705
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8698

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

#descriptionString

A human-readable description of the alias.

Returns:

  • (String)


8698
8699
8700
8701
8702
8703
8704
8705
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8698

class UpdateAliasInput < Struct.new(
  :alias_id,
  :name,
  :description,
  :routing_strategy)
  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)


8698
8699
8700
8701
8702
8703
8704
8705
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8698

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

#routing_strategyTypes::RoutingStrategy

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



8698
8699
8700
8701
8702
8703
8704
8705
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8698

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