Struct aws_sdk_ecr::model::RegistryScanningRule
source · #[non_exhaustive]pub struct RegistryScanningRule { /* private fields */ }Expand description
The details of a scanning rule for a private registry.
Implementations§
source§impl RegistryScanningRule
impl RegistryScanningRule
sourcepub fn scan_frequency(&self) -> Option<&ScanFrequency>
pub fn scan_frequency(&self) -> Option<&ScanFrequency>
The frequency that scans are performed at for a private registry. When the ENHANCED scan type is specified, the supported scan frequencies are CONTINUOUS_SCAN and SCAN_ON_PUSH. When the BASIC scan type is specified, the SCAN_ON_PUSH and MANUAL scan frequencies are supported.
sourcepub fn repository_filters(&self) -> Option<&[ScanningRepositoryFilter]>
pub fn repository_filters(&self) -> Option<&[ScanningRepositoryFilter]>
The repository filters associated with the scanning configuration for a private registry.
source§impl RegistryScanningRule
impl RegistryScanningRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegistryScanningRule.
Trait Implementations§
source§impl Clone for RegistryScanningRule
impl Clone for RegistryScanningRule
source§fn clone(&self) -> RegistryScanningRule
fn clone(&self) -> RegistryScanningRule
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 RegistryScanningRule
impl Debug for RegistryScanningRule
source§impl PartialEq<RegistryScanningRule> for RegistryScanningRule
impl PartialEq<RegistryScanningRule> for RegistryScanningRule
source§fn eq(&self, other: &RegistryScanningRule) -> bool
fn eq(&self, other: &RegistryScanningRule) -> bool
This method tests for
self and other values to be equal, and is used
by ==.