Class: Aws::GameLift::Types::CreateMatchmakingConfigurationOutput

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

#configurationTypes::MatchmakingConfiguration

Object that describes the newly created matchmaking configuration.



954
955
956
957
# File 'lib/aws-sdk-gamelift/types.rb', line 954

class CreateMatchmakingConfigurationOutput < Struct.new(
  :configuration)
  include Aws::Structure
end