Class: Aws::Types::DescribeMatchmakingRuleSetsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMatchmakingRuleSetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def limit @limit end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def names @names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def next_token @next_token end |