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

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

The updated matchmaking configuration.



12275
12276
12277
12278
12279
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12275

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