Class: Aws::Types::DetectProtectiveEquipmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#persons::Array[Types::ProtectiveEquipmentPerson]

Returns the value of attribute persons.

Returns:



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.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def protective_equipment_model_version
  @protective_equipment_model_version
end

#summaryTypes::ProtectiveEquipmentSummary

Returns the value of attribute summary.



645
646
647
# File 'sig/types.rbs', line 645

def summary
  @summary
end