Class: Aws::Rekognition::Types::DeleteFacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteFacesResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
1244 1245 1246 1247 1248 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1244 class DeleteFacesResponse < Struct.new( :deleted_faces) SENSITIVE = [] include Aws::Structure end |