Class: Aws::Types::ListModelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListModelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_summaries ⇒ ::Array[Types::ModelSummary]
Returns the value of attribute model_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#model_summaries ⇒ ::Array[Types::ModelSummary]
Returns the value of attribute model_summaries.
770 771 772 |
# File 'sig/types.rbs', line 770 def model_summaries @model_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
769 770 771 |
# File 'sig/types.rbs', line 769 def next_token @next_token end |