Class: Aws::Types::ListCollectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCollectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_ids ⇒ ::Array[::String]
Returns the value of attribute collection_ids.
-
#face_model_versions ⇒ ::Array[::String]
Returns the value of attribute face_model_versions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#collection_ids ⇒ ::Array[::String]
Returns the value of attribute collection_ids.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def collection_ids @collection_ids end |
#face_model_versions ⇒ ::Array[::String]
Returns the value of attribute face_model_versions.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def face_model_versions @face_model_versions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def next_token @next_token end |