Class: Aws::Types::PersonMatch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#face_matches::Array[Types::FaceMatch]

Returns the value of attribute face_matches.

Returns:



1472
1473
1474
# File 'sig/types.rbs', line 1472

def face_matches
  @face_matches
end

#personTypes::PersonDetail

Returns the value of attribute person.

Returns:



1471
1472
1473
# File 'sig/types.rbs', line 1471

def person
  @person
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def timestamp
  @timestamp
end