Class: Aws::Types::ListFacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
-
#faces ⇒ ::Array[Types::Face]
Returns the value of attribute faces.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def face_model_version @face_model_version end |
#faces ⇒ ::Array[Types::Face]
Returns the value of attribute faces.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def faces @faces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def next_token @next_token end |