Struct aws_sdk_ecr::model::image_scan_finding::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ImageScanFinding
Implementations
The name associated with the finding, usually a CVE number.
The name associated with the finding, usually a CVE number.
The description of the finding.
The description of the finding.
A link containing additional details about the security vulnerability.
A link containing additional details about the security vulnerability.
The finding severity.
The finding severity.
Appends an item to attributes.
To override the contents of this collection use set_attributes.
A collection of attributes of the host from which the finding is generated.
A collection of attributes of the host from which the finding is generated.
Consumes the builder and constructs a ImageScanFinding
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
