Class: Aws::GameLift::Types::DescribeAliasOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeAliasOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alias  ⇒ Types::Alias 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The requested alias resource.
 
Instance Attribute Details
#alias ⇒ Types::Alias
The requested alias resource.
      3481 3482 3483 3484 3485  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3481 class DescribeAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end  |