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.
2821 2822 2823 2824 2825 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2821 class CreateMatchmakingRuleSetOutput < Struct.new( :rule_set) SENSITIVE = [] include Aws::Structure end |