Class: Aws::GameLift::Types::GameSessionQueueDestination
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLift::Types::GameSessionQueueDestination
 
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
A fleet or alias designated in a game session queue. Queues fulfill requests for new game sessions by placing a new game session on any of the queue's destinations.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #destination_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. 
Instance Attribute Details
#destination_arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.
| 7175 7176 7177 7178 7179 | # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7175 class GameSessionQueueDestination < Struct.new( :destination_arn) SENSITIVE = [] include Aws::Structure end |