Class: Aws::Types::DescribeMatchmakingConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMatchmakingConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configurations ⇒ ::Array[Types::MatchmakingConfiguration]
Returns the value of attribute configurations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configurations ⇒ ::Array[Types::MatchmakingConfiguration]
Returns the value of attribute configurations.
985 986 987 |
# File 'sig/types.rbs', line 985 def configurations @configurations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
986 987 988 |
# File 'sig/types.rbs', line 986 def next_token @next_token end |