Class: Aws::GameLift::Types::UpdateMatchmakingConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateMatchmakingConfigurationOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::MatchmakingConfiguration
The updated matchmaking configuration.
Instance Attribute Details
#configuration ⇒ Types::MatchmakingConfiguration
The updated matchmaking configuration.
12370 12371 12372 12373 12374 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12370 class UpdateMatchmakingConfigurationOutput < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |