Class: Aws::Types::ScanDetections

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#highest_severity_threat_detailsTypes::HighestSeverityThreatDetails

Returns the value of attribute highest_severity_threat_details.



2827
2828
2829
# File 'sig/types.rbs', line 2827

def highest_severity_threat_details
  @highest_severity_threat_details
end

#scanned_item_countTypes::ScannedItemCount

Returns the value of attribute scanned_item_count.



2825
2826
2827
# File 'sig/types.rbs', line 2825

def scanned_item_count
  @scanned_item_count
end

#threat_detected_by_nameTypes::ThreatDetectedByName

Returns the value of attribute threat_detected_by_name.



2828
2829
2830
# File 'sig/types.rbs', line 2828

def threat_detected_by_name
  @threat_detected_by_name
end

#threats_detected_item_countTypes::ThreatsDetectedItemCount

Returns the value of attribute threats_detected_item_count.



2826
2827
2828
# File 'sig/types.rbs', line 2826

def threats_detected_item_count
  @threats_detected_item_count
end