Class: Aws::GameLift::Types::UpdateAliasInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::UpdateAliasInput
 
 
- Defined in:
 - gems/aws-sdk-gamelift/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.
      11434 11435 11436 11437 11438 11439 11440 11441  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11434 class UpdateAliasInput < Struct.new( :alias_id, :name, :description, :routing_strategy) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A human-readable description of the alias.
      11434 11435 11436 11437 11438 11439 11440 11441  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11434 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.
      11434 11435 11436 11437 11438 11439 11440 11441  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11434 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.
      11434 11435 11436 11437 11438 11439 11440 11441  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11434 class UpdateAliasInput < Struct.new( :alias_id, :name, :description, :routing_strategy) SENSITIVE = [] include Aws::Structure end  |