Struct aws_sdk_inspector::model::finding::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Finding
Implementations
The schema version of this data type.
The schema version of this data type.
The data element is set to "Inspector".
This data type is used in the Finding data type.
This data type is used in the Finding data type.
The type of the host from which the finding is generated.
The type of the host from which the finding is generated.
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.
The description of the finding.
The description of the finding.
The recommendation for the finding.
The recommendation for the finding.
The finding severity. Values can be set to High, Medium, Low, and Informational.
The finding severity. Values can be set to High, Medium, Low, and Informational.
The numeric value of the finding severity.
The numeric value of the finding severity.
This data element is currently not used.
This data element is currently not used.
This data element is currently not used.
This data element is currently not used.
Appends an item to attributes.
To override the contents of this collection use set_attributes.
The system-defined attributes for the finding.
The system-defined attributes for the finding.
Appends an item to user_attributes.
To override the contents of this collection use set_user_attributes.
The user-defined attributes that are assigned to the finding.
The user-defined attributes that are assigned to the finding.
The time when the finding was generated.
The time when the finding was generated.
The time when AddAttributesToFindings is called.
The time when AddAttributesToFindings is called.
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
