Struct aws_sdk_macie2::model::classification_result::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ClassificationResult
Implementations
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they detected.
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they detected.
The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file.
The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file.
Appends an item to sensitive_data
.
To override the contents of this collection use set_sensitive_data
.
The category, types, and number of occurrences of the sensitive data that produced the finding.
The category, types, and number of occurrences of the sensitive data that produced the finding.
The total size, in bytes, of the data that the finding applies to.
The total size, in bytes, of the data that the finding applies to.
The status of the finding.
The status of the finding.
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