Class: Aws::Types::ListRecommenderConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommenderConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item ⇒ ::Array[Types::RecommenderConfigurationResponse]
Returns the value of attribute item.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#item ⇒ ::Array[Types::RecommenderConfigurationResponse]
Returns the value of attribute item.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def item @item end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def next_token @next_token end |