Class: Aws::GameLift::Types::DeleteAliasInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DeleteAliasInput
 
 
- 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 of the alias that you want to delete.
 
Instance Attribute Details
#alias_id ⇒ String
A unique identifier of the alias that you want to delete. You can use either the alias ID or ARN value.
      3122 3123 3124 3125 3126  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3122 class DeleteAliasInput < Struct.new( :alias_id) SENSITIVE = [] include Aws::Structure end  |