Class: Aws::Types::FaceDetection
- Inherits:
-
Object
- Object
- Aws::Types::FaceDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face ⇒ Types::FaceDetail
Returns the value of attribute face.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#face ⇒ Types::FaceDetail
Returns the value of attribute face.
791 792 793 |
# File 'sig/types.rbs', line 791 def face @face end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
790 791 792 |
# File 'sig/types.rbs', line 790 def @timestamp end |