Class: Aws::GameLift::Types::DescribeMatchmakingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeMatchmakingOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ticket_list ⇒ Array<Types::MatchmakingTicket>
A collection of existing matchmaking ticket objects matching the request.
Instance Attribute Details
#ticket_list ⇒ Array<Types::MatchmakingTicket>
A collection of existing matchmaking ticket objects matching the request.
4600 4601 4602 4603 4604 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4600 class DescribeMatchmakingOutput < Struct.new( :ticket_list) SENSITIVE = [] include Aws::Structure end |