Class: Aws::Types::ProtectiveEquipmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProtectiveEquipmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#persons_indeterminate ⇒ ::Array[::Integer]
Returns the value of attribute persons_indeterminate.
-
#persons_with_required_equipment ⇒ ::Array[::Integer]
Returns the value of attribute persons_with_required_equipment.
-
#persons_without_required_equipment ⇒ ::Array[::Integer]
Returns the value of attribute persons_without_required_equipment.
Instance Attribute Details
#persons_indeterminate ⇒ ::Array[::Integer]
Returns the value of attribute persons_indeterminate.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def persons_indeterminate @persons_indeterminate end |
#persons_with_required_equipment ⇒ ::Array[::Integer]
Returns the value of attribute persons_with_required_equipment.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def persons_with_required_equipment @persons_with_required_equipment end |
#persons_without_required_equipment ⇒ ::Array[::Integer]
Returns the value of attribute persons_without_required_equipment.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def persons_without_required_equipment @persons_without_required_equipment end |