Struct aws_sdk_ecr::model::ImageScanningConfiguration [−][src]
#[non_exhaustive]pub struct ImageScanningConfiguration {
pub scan_on_push: bool,
}Expand description
The image 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.scan_on_push: boolThe setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the API_StartImageScan API.
Implementations
The setting that determines whether images are scanned after being pushed to a repository. If set to true, images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started with the API_StartImageScan API.
Creates a new builder-style object to manufacture ImageScanningConfiguration
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 ImageScanningConfiguration
impl Send for ImageScanningConfiguration
impl Sync for ImageScanningConfiguration
impl Unpin for ImageScanningConfiguration
impl UnwindSafe for ImageScanningConfiguration
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
