Class: Aws::Types::ScanDetections
- Inherits:
-
Object
- Object
- Aws::Types::ScanDetections
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#highest_severity_threat_details ⇒ Types::HighestSeverityThreatDetails
Returns the value of attribute highest_severity_threat_details.
-
#scanned_item_count ⇒ Types::ScannedItemCount
Returns the value of attribute scanned_item_count.
-
#threat_detected_by_name ⇒ Types::ThreatDetectedByName
Returns the value of attribute threat_detected_by_name.
-
#threats_detected_item_count ⇒ Types::ThreatsDetectedItemCount
Returns the value of attribute threats_detected_item_count.
Instance Attribute Details
#highest_severity_threat_details ⇒ Types::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_count ⇒ Types::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_name ⇒ Types::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_count ⇒ Types::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 |