Class: Aws::Types::DeleteFacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#face_ids ⇒ ::Array[::String]
Returns the value of attribute face_ids.
Instance Attribute Details
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def collection_id @collection_id end |
#face_ids ⇒ ::Array[::String]
Returns the value of attribute face_ids.
406 407 408 |
# File 'sig/types.rbs', line 406 def face_ids @face_ids end |