Struct aws_sdk_ecr::model::RegistryScanningRule [−][src]
#[non_exhaustive]pub struct RegistryScanningRule {
pub scan_frequency: Option<ScanFrequency>,
pub repository_filters: Option<Vec<ScanningRepositoryFilter>>,
}Expand description
The details of a scanning rule for a private registry.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.scan_frequency: Option<ScanFrequency>The frequency that scans are performed at for a private registry.
repository_filters: Option<Vec<ScanningRepositoryFilter>>The repository filters associated with the scanning configuration for a private registry.
Implementations
The frequency that scans are performed at for a private registry.
The repository filters associated with the scanning configuration for a private registry.
Creates a new builder-style object to manufacture RegistryScanningRule
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RegistryScanningRule
impl Send for RegistryScanningRule
impl Sync for RegistryScanningRule
impl Unpin for RegistryScanningRule
impl UnwindSafe for RegistryScanningRule
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
