#[non_exhaustive]pub struct StartImageScanOutput { /* private fields */ }
Implementations§
source§impl StartImageScanOutput
impl StartImageScanOutput
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.
source§impl StartImageScanOutput
impl StartImageScanOutput
sourcepub fn builder() -> StartImageScanOutputBuilder
pub fn builder() -> StartImageScanOutputBuilder
Creates a new builder-style object to manufacture StartImageScanOutput
.
Trait Implementations§
source§impl Clone for StartImageScanOutput
impl Clone for StartImageScanOutput
source§fn clone(&self) -> StartImageScanOutput
fn clone(&self) -> StartImageScanOutput
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 StartImageScanOutput
impl Debug for StartImageScanOutput
source§impl PartialEq<StartImageScanOutput> for StartImageScanOutput
impl PartialEq<StartImageScanOutput> for StartImageScanOutput
source§fn eq(&self, other: &StartImageScanOutput) -> bool
fn eq(&self, other: &StartImageScanOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StartImageScanOutput
impl RequestId for StartImageScanOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.