Class: Aws::GameLift::Types::DescribeMatchmakingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeMatchmakingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ticket_ids ⇒ Array<String>
A unique identifier for a matchmaking ticket.
Instance Attribute Details
#ticket_ids ⇒ Array<String>
A unique identifier for a matchmaking ticket. You can include up to 10 ID values.
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 |