Class: Aws::Types::DescribeMatchmakingRuleSetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMatchmakingRuleSetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_sets ⇒ ::Array[Types::MatchmakingRuleSet]
Returns the value of attribute rule_sets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def next_token @next_token end |
#rule_sets ⇒ ::Array[Types::MatchmakingRuleSet]
Returns the value of attribute rule_sets.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def rule_sets @rule_sets end |