Class: Aws::Types::DescribeRecommendationLimitationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRecommendationLimitationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limitations ⇒ ::Array[Types::Limitation]
Returns the value of attribute limitations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#limitations ⇒ ::Array[Types::Limitation]
Returns the value of attribute limitations.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def limitations @limitations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def next_token @next_token end |