Class: Aws::GameLift::Types::DescribeMatchmakingConfigurationsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Types::MatchmakingConfiguration>

Collection of requested matchmaking configuration objects.



2172
2173
2174
2175
2176
# File 'lib/aws-sdk-gamelift/types.rb', line 2172

class DescribeMatchmakingConfigurationsOutput < Struct.new(
  :configurations,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

Returns:

  • (String)


2172
2173
2174
2175
2176
# File 'lib/aws-sdk-gamelift/types.rb', line 2172

class DescribeMatchmakingConfigurationsOutput < Struct.new(
  :configurations,
  :next_token)
  include Aws::Structure
end