Struct aws_sdk_ecr::model::ImageScanFindings [−][src]
#[non_exhaustive]pub struct ImageScanFindings {
pub image_scan_completed_at: Option<DateTime>,
pub vulnerability_source_updated_at: Option<DateTime>,
pub finding_severity_counts: Option<HashMap<FindingSeverity, i32>>,
pub findings: Option<Vec<ImageScanFinding>>,
pub enhanced_findings: Option<Vec<EnhancedImageScanFinding>>,
}Expand description
The details of an 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.
findings: Option<Vec<ImageScanFinding>>The findings from the image scan.
enhanced_findings: Option<Vec<EnhancedImageScanFinding>>Details about the enhanced scan findings from Amazon Inspector.
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.
Details about the enhanced scan findings from Amazon Inspector.
Creates a new builder-style object to manufacture ImageScanFindings
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 ImageScanFindings
impl Send for ImageScanFindings
impl Sync for ImageScanFindings
impl Unpin for ImageScanFindings
impl UnwindSafe for ImageScanFindings
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
