Class: Aws::Types::ProtectiveEquipmentBodyPart
- Inherits:
-
Object
- Object
- Aws::Types::ProtectiveEquipmentBodyPart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#equipment_detections ⇒ ::Array[Types::EquipmentDetection]
Returns the value of attribute equipment_detections.
-
#name ⇒ "FACE", ...
Returns the value of attribute name.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def confidence @confidence end |
#equipment_detections ⇒ ::Array[Types::EquipmentDetection]
Returns the value of attribute equipment_detections.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def equipment_detections @equipment_detections end |
#name ⇒ "FACE", ...
Returns the value of attribute name.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def name @name end |