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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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>)


5131
5132
5133
5134
5135
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5131

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