Struct aws_sdk_ecr::model::ImageScanFinding
source · [−]#[non_exhaustive]pub struct ImageScanFinding { /* private fields */ }
Expand description
Contains information about an image scan finding.
Implementations
sourceimpl ImageScanFinding
impl ImageScanFinding
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the finding.
sourcepub fn uri(&self) -> Option<&str>
pub fn uri(&self) -> Option<&str>
A link containing additional details about the security vulnerability.
sourcepub fn severity(&self) -> Option<&FindingSeverity>
pub fn severity(&self) -> Option<&FindingSeverity>
The finding severity.
sourcepub fn attributes(&self) -> Option<&[Attribute]>
pub fn attributes(&self) -> Option<&[Attribute]>
A collection of attributes of the host from which the finding is generated.
sourceimpl ImageScanFinding
impl ImageScanFinding
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImageScanFinding
.
Trait Implementations
sourceimpl Clone for ImageScanFinding
impl Clone for ImageScanFinding
sourcefn clone(&self) -> ImageScanFinding
fn clone(&self) -> ImageScanFinding
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ImageScanFinding
impl Debug for ImageScanFinding
sourceimpl PartialEq<ImageScanFinding> for ImageScanFinding
impl PartialEq<ImageScanFinding> for ImageScanFinding
sourcefn eq(&self, other: &ImageScanFinding) -> bool
fn eq(&self, other: &ImageScanFinding) -> bool
impl StructuralPartialEq for ImageScanFinding
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more