Class: Aws::Types::PersonMatch
- Inherits:
-
Object
- Object
- Aws::Types::PersonMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_matches ⇒ ::Array[Types::FaceMatch]
Returns the value of attribute face_matches.
-
#person ⇒ Types::PersonDetail
Returns the value of attribute person.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#face_matches ⇒ ::Array[Types::FaceMatch]
Returns the value of attribute face_matches.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def face_matches @face_matches end |
#person ⇒ Types::PersonDetail
Returns the value of attribute person.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def person @person end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def @timestamp end |