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.
12951 12952 12953 12954 12955 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12951 class UpdateMatchmakingConfigurationOutput < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |