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.
11943 11944 11945 11946 11947 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11943 class UpdateMatchmakingConfigurationOutput < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |