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.



9417
9418
9419
9420
9421
# File 'lib/aws-sdk-gamelift/types.rb', line 9417

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