Class: Aws::GameLift::Types::DeleteGameSessionQueueInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value.

Returns:

  • (String)


3261
3262
3263
3264
3265
# File 'lib/aws-sdk-gamelift/types.rb', line 3261

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