Class: Aws::GameLift::Types::ResolveAliasOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::ResolveAliasOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name ([ARN]) associated with the GameLift fleet resource that this alias points to.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fleet identifier that the alias is pointing to.
 
Instance Attribute Details
#fleet_arn ⇒ String
The Amazon Resource Name ([ARN]) associated with the GameLift fleet resource that this alias points to.
[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html
      8930 8931 8932 8933 8934 8935  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 8930 class ResolveAliasOutput < Struct.new( :fleet_id, :fleet_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
The fleet identifier that the alias is pointing to.
      8930 8931 8932 8933 8934 8935  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 8930 class ResolveAliasOutput < Struct.new( :fleet_id, :fleet_arn) SENSITIVE = [] include Aws::Structure end  |