Struct aws_sdk_ecr::input::StartImageScanInput
source · #[non_exhaustive]pub struct StartImageScanInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartImageScanInput
.
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.
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 ==
.