Class: Aws::Types::CoversBodyPart
- Inherits:
-
Object
- Object
- Aws::Types::CoversBodyPart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#value ⇒ Boolean
Returns the value of attribute value.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
208 209 210 |
# File 'sig/types.rbs', line 208 def confidence @confidence end |
#value ⇒ Boolean
Returns the value of attribute value.
209 210 211 |
# File 'sig/types.rbs', line 209 def value @value end |