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