Class: Aws::Types::ListRecommenderSchemasResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommenderSchemasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommender_schemas ⇒ ::Array[Types::RecommenderSchemaSummary]
Returns the value of attribute recommender_schemas.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def next_token @next_token end |
#recommender_schemas ⇒ ::Array[Types::RecommenderSchemaSummary]
Returns the value of attribute recommender_schemas.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def recommender_schemas @recommender_schemas end |