Class: Aws::Rekognition::Types::AssociatedFace

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

Provides face metadata for the faces that are associated to a specific UserID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#face_idString

Unique identifier assigned to the face.

Returns:

  • (String)


123
124
125
126
127
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 123

class AssociatedFace < Struct.new(
  :face_id)
  SENSITIVE = []
  include Aws::Structure
end