Class: Aws::Types::DetectProtectiveEquipmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectProtectiveEquipmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#persons ⇒ ::Array[Types::ProtectiveEquipmentPerson]
Returns the value of attribute persons.
-
#protective_equipment_model_version ⇒ ::String
Returns the value of attribute protective_equipment_model_version.
-
#summary ⇒ Types::ProtectiveEquipmentSummary
Returns the value of attribute summary.
Instance Attribute Details
#persons ⇒ ::Array[Types::ProtectiveEquipmentPerson]
Returns the value of attribute persons.
644 645 646 |
# File 'sig/types.rbs', line 644 def persons @persons end |
#protective_equipment_model_version ⇒ ::String
Returns the value of attribute protective_equipment_model_version.
643 644 645 |
# File 'sig/types.rbs', line 643 def protective_equipment_model_version @protective_equipment_model_version end |
#summary ⇒ Types::ProtectiveEquipmentSummary
Returns the value of attribute summary.
645 646 647 |
# File 'sig/types.rbs', line 645 def summary @summary end |