#[non_exhaustive]pub struct DescribeImageScanFindingsOutput { /* private fields */ }Implementations§
source§impl DescribeImageScanFindingsOutput
impl DescribeImageScanFindingsOutput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The registry ID associated with the request.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name associated with the request.
sourcepub fn image_id(&self) -> Option<&ImageIdentifier>
pub fn image_id(&self) -> Option<&ImageIdentifier>
An object with identifying information for an image in an Amazon ECR repository.
sourcepub fn image_scan_status(&self) -> Option<&ImageScanStatus>
pub fn image_scan_status(&self) -> Option<&ImageScanStatus>
The current state of the scan.
sourcepub fn image_scan_findings(&self) -> Option<&ImageScanFindings>
pub fn image_scan_findings(&self) -> Option<&ImageScanFindings>
The information contained in the image scan findings.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
source§impl DescribeImageScanFindingsOutput
impl DescribeImageScanFindingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeImageScanFindingsOutput.
Trait Implementations§
source§impl Clone for DescribeImageScanFindingsOutput
impl Clone for DescribeImageScanFindingsOutput
source§fn clone(&self) -> DescribeImageScanFindingsOutput
fn clone(&self) -> DescribeImageScanFindingsOutput
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 PartialEq<DescribeImageScanFindingsOutput> for DescribeImageScanFindingsOutput
impl PartialEq<DescribeImageScanFindingsOutput> for DescribeImageScanFindingsOutput
source§fn eq(&self, other: &DescribeImageScanFindingsOutput) -> bool
fn eq(&self, other: &DescribeImageScanFindingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.