Class: Aws::Types::ListLanguageModelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLanguageModelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#models ⇒ ::Array[Types::LanguageModel]
Returns the value of attribute models.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#models ⇒ ::Array[Types::LanguageModel]
Returns the value of attribute models.
461 462 463 |
# File 'sig/types.rbs', line 461 def models @models end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
460 461 462 |
# File 'sig/types.rbs', line 460 def next_token @next_token end |