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>)


3246
3247
3248
3249
3250
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3246

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