Class: Aws::GameLift::Types::DescribeMatchmakingInput

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_idsArray<String>

A unique identifier for a matchmaking ticket. You can include up to 10 ID values.

Returns:

  • (Array<String>)


4587
4588
4589
4590
4591
# File 'lib/aws-sdk-gamelift/types.rb', line 4587

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