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

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

#configurationTypes::MatchmakingConfiguration

Object that describes the newly created matchmaking configuration.



1619
1620
1621
1622
1623
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1619

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