Class: Aws::Rekognition::Types::DeleteFacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteFacesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Instance Attribute Summary collapse
-
#deleted_faces ⇒ Array<String>
An array of strings (face IDs) of the faces that were deleted.
Instance Attribute Details
#deleted_faces ⇒ Array<String>
An array of strings (face IDs) of the faces that were deleted.
396 397 398 399 |
# File 'lib/aws-sdk-rekognition/types.rb', line 396 class DeleteFacesResponse < Struct.new( :deleted_faces) include Aws::Structure end |