Struct aws_sdk_ecr::model::RepositoryScanningConfiguration [−][src]
#[non_exhaustive]pub struct RepositoryScanningConfiguration {
pub repository_arn: Option<String>,
pub repository_name: Option<String>,
pub scan_on_push: bool,
pub scan_frequency: Option<ScanFrequency>,
pub applied_scan_filters: Option<Vec<ScanningRepositoryFilter>>,
}Expand description
The details of the scanning configuration for a repository.
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.repository_arn: Option<String>The ARN of the repository.
repository_name: Option<String>The name of the repository.
scan_on_push: boolWhether or not scan on push is configured for the repository.
scan_frequency: Option<ScanFrequency>The scan frequency for the repository.
applied_scan_filters: Option<Vec<ScanningRepositoryFilter>>The scan filters applied to the repository.
Implementations
The ARN of the repository.
The name of the repository.
Whether or not scan on push is configured for the repository.
The scan frequency for the repository.
The scan filters applied to the repository.
Creates a new builder-style object to manufacture RepositoryScanningConfiguration
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 Send for RepositoryScanningConfiguration
impl Sync for RepositoryScanningConfiguration
impl Unpin for RepositoryScanningConfiguration
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
