Class: Aws::GameLift::Types::CreateGameSessionQueueOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateGameSessionQueueOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_session_queue ⇒ Types::GameSessionQueue
An object that describes the newly created game session queue.
Instance Attribute Details
#game_session_queue ⇒ Types::GameSessionQueue
An object that describes the newly created game session queue.
2562 2563 2564 2565 2566 |
# File 'lib/aws-sdk-gamelift/types.rb', line 2562 class CreateGameSessionQueueOutput < Struct.new( :game_session_queue) SENSITIVE = [] include Aws::Structure end |