Class: Aws::Types::ImageScanFindings
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanFindings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enhanced_findings ⇒ ::Array[Types::EnhancedImageScanFinding]
Returns the value of attribute enhanced_findings.
-
#finding_severity_counts ⇒ ::Hash[("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL" | "UNDEFINED"), ::Integer]
Returns the value of attribute finding_severity_counts.
-
#findings ⇒ ::Array[Types::ImageScanFinding]
Returns the value of attribute findings.
-
#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
#enhanced_findings ⇒ ::Array[Types::EnhancedImageScanFinding]
Returns the value of attribute enhanced_findings.
658 659 660 |
# File 'sig/types.rbs', line 658 def enhanced_findings @enhanced_findings end |
#finding_severity_counts ⇒ ::Hash[("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL" | "UNDEFINED"), ::Integer]
Returns the value of attribute finding_severity_counts.
656 657 658 |
# File 'sig/types.rbs', line 656 def finding_severity_counts @finding_severity_counts end |
#findings ⇒ ::Array[Types::ImageScanFinding]
Returns the value of attribute findings.
657 658 659 |
# File 'sig/types.rbs', line 657 def findings @findings end |
#image_scan_completed_at ⇒ ::Time
Returns the value of attribute image_scan_completed_at.
654 655 656 |
# File 'sig/types.rbs', line 654 def image_scan_completed_at @image_scan_completed_at end |
#vulnerability_source_updated_at ⇒ ::Time
Returns the value of attribute vulnerability_source_updated_at.
655 656 657 |
# File 'sig/types.rbs', line 655 def vulnerability_source_updated_at @vulnerability_source_updated_at end |