Struct aws_sdk_ecr::model::ImageScanFinding [−][src]
#[non_exhaustive]pub struct ImageScanFinding {
pub name: Option<String>,
pub description: Option<String>,
pub uri: Option<String>,
pub severity: Option<FindingSeverity>,
pub attributes: Option<Vec<Attribute>>,
}Expand description
Contains information about an image scan finding.
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.name: Option<String>The name associated with the finding, usually a CVE number.
description: Option<String>The description of the finding.
uri: Option<String>A link containing additional details about the security vulnerability.
severity: Option<FindingSeverity>The finding severity.
attributes: Option<Vec<Attribute>>A collection of attributes of the host from which the finding is generated.
Implementations
The description of the finding.
A link containing additional details about the security vulnerability.
The finding severity.
Creates a new builder-style object to manufacture ImageScanFinding
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 ImageScanFinding
impl Send for ImageScanFinding
impl Sync for ImageScanFinding
impl Unpin for ImageScanFinding
impl UnwindSafe for ImageScanFinding
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
