Class: Aws::Types::ProtectiveEquipmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#persons_indeterminate::Array[::Integer]

Returns the value of attribute persons_indeterminate.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::Array[::Integer])


1555
1556
1557
# File 'sig/types.rbs', line 1555

def persons_without_required_equipment
  @persons_without_required_equipment
end