#[non_exhaustive]pub struct StartImageScanInput { /* private fields */ }Implementations§
source§impl StartImageScanInput
impl StartImageScanInput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the repository that contains the images to scan.
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.
source§impl StartImageScanInput
impl StartImageScanInput
sourcepub fn builder() -> StartImageScanInputBuilder
pub fn builder() -> StartImageScanInputBuilder
Creates a new builder-style object to manufacture StartImageScanInput.
source§impl StartImageScanInput
impl StartImageScanInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartImageScan, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartImageScan, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartImageScan>
Trait Implementations§
source§impl Clone for StartImageScanInput
impl Clone for StartImageScanInput
source§fn clone(&self) -> StartImageScanInput
fn clone(&self) -> StartImageScanInput
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 StartImageScanInput
impl Debug for StartImageScanInput
source§impl PartialEq<StartImageScanInput> for StartImageScanInput
impl PartialEq<StartImageScanInput> for StartImageScanInput
source§fn eq(&self, other: &StartImageScanInput) -> bool
fn eq(&self, other: &StartImageScanInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartImageScanInput
Auto Trait Implementations§
impl RefUnwindSafe for StartImageScanInput
impl Send for StartImageScanInput
impl Sync for StartImageScanInput
impl Unpin for StartImageScanInput
impl UnwindSafe for StartImageScanInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more