Class: Aws::Types::GetModelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetModelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::Model]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::Model]
Returns the value of attribute items.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def next_token @next_token end |