Struct aws_sdk_macie2::model::ClassificationExportConfiguration [−][src]
#[non_exhaustive]pub struct ClassificationExportConfiguration {
pub s3_destination: Option<S3Destination>,
}
Expand description
Specifies where to store data classification results, and the encryption settings to use when storing results in that location. Currently, you can store classification results only in an S3 bucket.
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.s3_destination: Option<S3Destination>
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
Implementations
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
Creates a new builder-style object to manufacture ClassificationExportConfiguration
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 Send for ClassificationExportConfiguration
impl Sync for ClassificationExportConfiguration
impl Unpin for ClassificationExportConfiguration
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