Class: Aws::GameLift::Types::CreateMatchmakingRuleSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateMatchmakingRuleSetOutput
- Defined in:
- gems/aws-sdk-gamelift/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.
2958 2959 2960 2961 2962 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2958 class CreateMatchmakingRuleSetOutput < Struct.new( :rule_set) SENSITIVE = [] include Aws::Structure end |