#[non_exhaustive]pub struct PutImageScanningConfigurationInput { /* private fields */ }
Implementations§
source§impl PutImageScanningConfigurationInput
impl PutImageScanningConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutImageScanningConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutImageScanningConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutImageScanningConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutImageScanningConfigurationInput
.
source§impl PutImageScanningConfigurationInput
impl PutImageScanningConfigurationInput
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 update the image scanning configuration setting. 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 in which to update the image scanning configuration setting.
sourcepub fn image_scanning_configuration(
&self
) -> Option<&ImageScanningConfiguration>
pub fn image_scanning_configuration(
&self
) -> Option<&ImageScanningConfiguration>
The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.
Trait Implementations§
source§impl Clone for PutImageScanningConfigurationInput
impl Clone for PutImageScanningConfigurationInput
source§fn clone(&self) -> PutImageScanningConfigurationInput
fn clone(&self) -> PutImageScanningConfigurationInput
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 PartialEq<PutImageScanningConfigurationInput> for PutImageScanningConfigurationInput
impl PartialEq<PutImageScanningConfigurationInput> for PutImageScanningConfigurationInput
source§fn eq(&self, other: &PutImageScanningConfigurationInput) -> bool
fn eq(&self, other: &PutImageScanningConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.