Class: Aws::GameLift::Types::UpdateMatchmakingConfigurationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::MatchmakingConfiguration

The updated matchmaking configuration.



11943
11944
11945
11946
11947
# File 'lib/aws-sdk-gamelift/types.rb', line 11943

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