Struct aws_sdk_ecr::model::repository_scanning_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for RepositoryScanningConfiguration
Implementations
The ARN of the repository.
The ARN of the repository.
The name of the repository.
The name of the repository.
Whether or not scan on push is configured for the repository.
Whether or not scan on push is configured for the repository.
The scan frequency for the repository.
The scan frequency for the repository.
Appends an item to applied_scan_filters.
To override the contents of this collection use set_applied_scan_filters.
The scan filters applied to the repository.
The scan filters applied to the repository.
Consumes the builder and constructs a RepositoryScanningConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
