Struct aws_sdk_ecr::output::StartImageScanOutput
source · [−]#[non_exhaustive]pub struct StartImageScanOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl StartImageScanOutput
impl StartImageScanOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartImageScanOutput
.
Trait Implementations
sourceimpl Clone for StartImageScanOutput
impl Clone for StartImageScanOutput
sourcefn clone(&self) -> StartImageScanOutput
fn clone(&self) -> StartImageScanOutput
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 StartImageScanOutput
impl Debug for StartImageScanOutput
sourceimpl PartialEq<StartImageScanOutput> for StartImageScanOutput
impl PartialEq<StartImageScanOutput> for StartImageScanOutput
sourcefn eq(&self, other: &StartImageScanOutput) -> bool
fn eq(&self, other: &StartImageScanOutput) -> bool
impl StructuralPartialEq for StartImageScanOutput
Auto Trait Implementations
impl RefUnwindSafe for StartImageScanOutput
impl Send for StartImageScanOutput
impl Sync for StartImageScanOutput
impl Unpin for StartImageScanOutput
impl UnwindSafe for StartImageScanOutput
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