Struct aws_sdk_imagebuilder::types::ImageAggregation
source · #[non_exhaustive]pub struct ImageAggregation { /* private fields */ }
Expand description
Contains vulnerability counts for a specific image.
Implementations§
source§impl ImageAggregation
impl ImageAggregation
sourcepub fn image_build_version_arn(&self) -> Option<&str>
pub fn image_build_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
sourcepub fn severity_counts(&self) -> Option<&SeverityCounts>
pub fn severity_counts(&self) -> Option<&SeverityCounts>
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.
source§impl ImageAggregation
impl ImageAggregation
sourcepub fn builder() -> ImageAggregationBuilder
pub fn builder() -> ImageAggregationBuilder
Creates a new builder-style object to manufacture ImageAggregation
.
Trait Implementations§
source§impl Clone for ImageAggregation
impl Clone for ImageAggregation
source§fn clone(&self) -> ImageAggregation
fn clone(&self) -> ImageAggregation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImageAggregation
impl Debug for ImageAggregation
source§impl PartialEq<ImageAggregation> for ImageAggregation
impl PartialEq<ImageAggregation> for ImageAggregation
source§fn eq(&self, other: &ImageAggregation) -> bool
fn eq(&self, other: &ImageAggregation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.