Class: Aws::GameLift::Types::CreateMatchmakingConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateMatchmakingConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::MatchmakingConfiguration
Object that describes the newly created matchmaking configuration.
Instance Attribute Details
#configuration ⇒ Types::MatchmakingConfiguration
Object that describes the newly created matchmaking configuration.
2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-gamelift/types.rb', line 2773 class CreateMatchmakingConfigurationOutput < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |