Method: Aws::GameLift::Types::DescribeMatchmakingInput#ticket_ids
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#ticket_ids ⇒ Array<String>
A unique identifier for a matchmaking ticket. You can include up to 10 ID values.
4668 4669 4670 4671 4672 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4668 class DescribeMatchmakingInput < Struct.new( :ticket_ids) SENSITIVE = [] include Aws::Structure end |