Class: Aws::Types::Gender
- Inherits:
-
Object
- Object
- Aws::Types::Gender
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#value ⇒ "Male", "Female"
Returns the value of attribute value.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
821 822 823 |
# File 'sig/types.rbs', line 821 def confidence @confidence end |
#value ⇒ "Male", "Female"
Returns the value of attribute value.
820 821 822 |
# File 'sig/types.rbs', line 820 def value @value end |