Class: Aws::Types::ImageScanFindings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enhanced_findings::Array[Types::EnhancedImageScanFinding]

Returns the value of attribute enhanced_findings.

Returns:



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.

Returns:

  • (::Hash[("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL" | "UNDEFINED"), ::Integer])


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.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


655
656
657
# File 'sig/types.rbs', line 655

def vulnerability_source_updated_at
  @vulnerability_source_updated_at
end