Class: Aws::Types::DescribeMatchmakingConfigurationsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMatchmakingConfigurationsInput
- 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.
-
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
979 980 981 |
# File 'sig/types.rbs', line 979 def limit @limit end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
977 978 979 |
# File 'sig/types.rbs', line 977 def names @names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
980 981 982 |
# File 'sig/types.rbs', line 980 def next_token @next_token end |
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
978 979 980 |
# File 'sig/types.rbs', line 978 def rule_set_name @rule_set_name end |