Struct aws_sdk_macie::model::ClassificationType [−][src]
#[non_exhaustive]pub struct ClassificationType {
pub one_time: Option<S3OneTimeClassificationType>,
pub continuous: Option<S3ContinuousClassificationType>,
}Expand description
The classification type that Amazon Macie Classic applies to the associated S3 resources.
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.one_time: Option<S3OneTimeClassificationType>A one-time classification of all of the existing objects in a specified S3 bucket.
continuous: Option<S3ContinuousClassificationType>A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
Implementations
A one-time classification of all of the existing objects in a specified S3 bucket.
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
Creates a new builder-style object to manufacture ClassificationType
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 RefUnwindSafe for ClassificationType
impl Send for ClassificationType
impl Sync for ClassificationType
impl Unpin for ClassificationType
impl UnwindSafe for ClassificationType
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