Class: Aws::Types::CelebrityRecognition
- Inherits:
-
Object
- Object
- Aws::Types::CelebrityRecognition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#celebrity ⇒ Types::CelebrityDetail
Returns the value of attribute celebrity.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#celebrity ⇒ Types::CelebrityDetail
Returns the value of attribute celebrity.
104 105 106 |
# File 'sig/types.rbs', line 104 def celebrity @celebrity end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
103 104 105 |
# File 'sig/types.rbs', line 103 def @timestamp end |