Class: Aws::GameLift::Types::GameSessionQueueDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::GameSessionQueueDestination
- Includes:
- Structure
- Defined in:
- 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.
6998 6999 7000 7001 7002 |
# File 'lib/aws-sdk-gamelift/types.rb', line 6998 class GameSessionQueueDestination < Struct.new( :destination_arn) SENSITIVE = [] include Aws::Structure end |