Class: Aws::Types::ListModelMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListModelMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_metadata_summaries ⇒ ::Array[Types::ModelMetadataSummary]
Returns the value of attribute model_metadata_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#model_metadata_summaries ⇒ ::Array[Types::ModelMetadataSummary]
Returns the value of attribute model_metadata_summaries.
8109 8110 8111 |
# File 'sig/types.rbs', line 8109 def end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8110 8111 8112 |
# File 'sig/types.rbs', line 8110 def next_token @next_token end |