Class: Aws::Types::ListModelsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListModelsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#models ⇒ ::Array[Types::ModelSummary]
Returns the value of attribute models.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#models ⇒ ::Array[Types::ModelSummary]
Returns the value of attribute models.
8120 8121 8122 |
# File 'sig/types.rbs', line 8120 def models @models end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8121 8122 8123 |
# File 'sig/types.rbs', line 8121 def next_token @next_token end |