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.



10776
10777
10778
10779
10780
# File 'lib/aws-sdk-gamelift/types.rb', line 10776

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