#[non_exhaustive]pub struct ImagePipelineAggregation { /* private fields */ }
Expand description
Contains vulnerability counts for a specific image pipeline.
Implementations§
source§impl ImagePipelineAggregation
impl ImagePipelineAggregation
sourcepub fn image_pipeline_arn(&self) -> Option<&str>
pub fn image_pipeline_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the image pipeline 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 pipeline.
source§impl ImagePipelineAggregation
impl ImagePipelineAggregation
sourcepub fn builder() -> ImagePipelineAggregationBuilder
pub fn builder() -> ImagePipelineAggregationBuilder
Creates a new builder-style object to manufacture ImagePipelineAggregation
.
Trait Implementations§
source§impl Clone for ImagePipelineAggregation
impl Clone for ImagePipelineAggregation
source§fn clone(&self) -> ImagePipelineAggregation
fn clone(&self) -> ImagePipelineAggregation
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 ImagePipelineAggregation
impl Debug for ImagePipelineAggregation
source§impl PartialEq<ImagePipelineAggregation> for ImagePipelineAggregation
impl PartialEq<ImagePipelineAggregation> for ImagePipelineAggregation
source§fn eq(&self, other: &ImagePipelineAggregation) -> bool
fn eq(&self, other: &ImagePipelineAggregation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.