Class: Aws::GameLift::Types::GameSessionQueueDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_arnString

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.

Returns:

  • (String)


6480
6481
6482
6483
6484
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6480

class GameSessionQueueDestination < Struct.new(
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end