Class: Aws::Types::ImageScanFindingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanFindingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_severity_counts ⇒ ::Hash[("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL" | "UNDEFINED"), ::Integer]
Returns the value of attribute finding_severity_counts.
-
#image_scan_completed_at ⇒ ::Time
Returns the value of attribute image_scan_completed_at.
-
#vulnerability_source_updated_at ⇒ ::Time
Returns the value of attribute vulnerability_source_updated_at.
Instance Attribute Details
#finding_severity_counts ⇒ ::Hash[("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL" | "UNDEFINED"), ::Integer]
Returns the value of attribute finding_severity_counts.
665 666 667 |
# File 'sig/types.rbs', line 665 def finding_severity_counts @finding_severity_counts end |
#image_scan_completed_at ⇒ ::Time
Returns the value of attribute image_scan_completed_at.
663 664 665 |
# File 'sig/types.rbs', line 663 def image_scan_completed_at @image_scan_completed_at end |
#vulnerability_source_updated_at ⇒ ::Time
Returns the value of attribute vulnerability_source_updated_at.
664 665 666 |
# File 'sig/types.rbs', line 664 def vulnerability_source_updated_at @vulnerability_source_updated_at end |