Class: Aws::Types::Celebrity
- Inherits:
-
Object
- Object
- Aws::Types::Celebrity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face ⇒ Types::ComparedFace
Returns the value of attribute face.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#known_gender ⇒ Types::KnownGender
Returns the value of attribute known_gender.
-
#match_confidence ⇒ ::Float
Returns the value of attribute match_confidence.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#urls ⇒ ::Array[::String]
Returns the value of attribute urls.
Instance Attribute Details
#face ⇒ Types::ComparedFace
Returns the value of attribute face.
85 86 87 |
# File 'sig/types.rbs', line 85 def face @face end |
#id ⇒ ::String
Returns the value of attribute id.
84 85 86 |
# File 'sig/types.rbs', line 84 def id @id end |
#known_gender ⇒ Types::KnownGender
Returns the value of attribute known_gender.
87 88 89 |
# File 'sig/types.rbs', line 87 def known_gender @known_gender end |
#match_confidence ⇒ ::Float
Returns the value of attribute match_confidence.
86 87 88 |
# File 'sig/types.rbs', line 86 def match_confidence @match_confidence end |
#name ⇒ ::String
Returns the value of attribute name.
83 84 85 |
# File 'sig/types.rbs', line 83 def name @name end |
#urls ⇒ ::Array[::String]
Returns the value of attribute urls.
82 83 84 |
# File 'sig/types.rbs', line 82 def urls @urls end |