Struct aws_sdk_securityhub::model::classification_result::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ClassificationResult
Implementations
The type of content that the finding applies to.
The type of content that the finding applies to.
The total size in bytes of the affected data.
The total size in bytes of the affected data.
Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.
Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.
The current status of the sensitive data detection.
The current status of the sensitive data detection.
Appends an item to sensitive_data
.
To override the contents of this collection use set_sensitive_data
.
Provides details about sensitive data that was identified based on built-in configuration.
Provides details about sensitive data that was identified based on built-in configuration.
Provides details about sensitive data that was identified based on customer-defined configuration.
Provides details about sensitive data that was identified based on customer-defined configuration.
Consumes the builder and constructs a ClassificationResult
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