Class: Aws::Types::ImageScanFindingsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#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])


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


664
665
666
# File 'sig/types.rbs', line 664

def vulnerability_source_updated_at
  @vulnerability_source_updated_at
end