Class: Aws::GameLift::Types::DescribeMatchmakingOutput

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

#ticket_listArray<Types::MatchmakingTicket>

A collection of existing matchmaking ticket objects matching the request.

Returns:



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

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