Struct aws_sdk_ecr::model::ImageScanFindingsSummary [−][src]
#[non_exhaustive]pub struct ImageScanFindingsSummary {
pub image_scan_completed_at: Option<DateTime>,
pub vulnerability_source_updated_at: Option<DateTime>,
pub finding_severity_counts: Option<HashMap<FindingSeverity, i32>>,
}Expand description
A summary of the last completed image scan.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.image_scan_completed_at: Option<DateTime>The time of the last completed image scan.
vulnerability_source_updated_at: Option<DateTime>The time when the vulnerability data was last scanned.
finding_severity_counts: Option<HashMap<FindingSeverity, i32>>The image vulnerability counts, sorted by severity.
Implementations
The time of the last completed image scan.
The time when the vulnerability data was last scanned.
The image vulnerability counts, sorted by severity.
Creates a new builder-style object to manufacture ImageScanFindingsSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ImageScanFindingsSummary
impl Send for ImageScanFindingsSummary
impl Sync for ImageScanFindingsSummary
impl Unpin for ImageScanFindingsSummary
impl UnwindSafe for ImageScanFindingsSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
