Class: Aws::GameLift::Types::UpdateMatchmakingConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateMatchmakingConfigurationOutput
- Includes:
- Structure
- Defined in:
- 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.
13429 13430 13431 13432 13433 |
# File 'lib/aws-sdk-gamelift/types.rb', line 13429 class UpdateMatchmakingConfigurationOutput < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |