Class: Aws::Types::Celebrity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#faceTypes::ComparedFace

Returns the value of attribute face.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def face
  @face
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def id
  @id
end

#known_genderTypes::KnownGender

Returns the value of attribute known_gender.

Returns:



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.

Returns:

  • (::Float)


86
87
88
# File 'sig/types.rbs', line 86

def match_confidence
  @match_confidence
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def name
  @name
end

#urls::Array[::String]

Returns the value of attribute urls.

Returns:

  • (::Array[::String])


82
83
84
# File 'sig/types.rbs', line 82

def urls
  @urls
end