Class: Aws::Rekognition::Types::DisassociatedFace

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#face_idString

Unique identifier assigned to the face.

Returns:

  • (String)


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