Class: Aws::GameLift::Types::CreateMatchmakingRuleSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateMatchmakingRuleSetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_set ⇒ Types::MatchmakingRuleSet
The newly created matchmaking rule set.
Instance Attribute Details
#rule_set ⇒ Types::MatchmakingRuleSet
The newly created matchmaking rule set.
3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3184 class CreateMatchmakingRuleSetOutput < Struct.new( :rule_set) SENSITIVE = [] include Aws::Structure end |