Class: Aws::Rekognition::Types::DisassociatedFace
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DisassociatedFace
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Provides face metadata for the faces that are disassociated from a specific UserID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#face_id ⇒ String
Unique identifier assigned to the face.
Instance Attribute Details
#face_id ⇒ String
Unique identifier assigned to the face.
2645 2646 2647 2648 2649 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2645 class DisassociatedFace < Struct.new( :face_id) SENSITIVE = [] include Aws::Structure end |