You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie::Types::ClassificationTypeUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::ClassificationTypeUpdate
- Defined in:
- (unknown)
Overview
When passing ClassificationTypeUpdate as input to an Aws::Client method, you can use a vanilla Hash:
{
one_time: "FULL", # accepts FULL, NONE
continuous: "FULL", # accepts FULL
}
The classification type that Amazon Macie Classic applies to the associated S3 resources. At least one of the classification types (oneTime or continuous) must be specified.
Returned by:
Instance Attribute Summary collapse
-
#continuous ⇒ String
A continuous classification of the objects that are added to a specified S3 bucket.
-
#one_time ⇒ String
A one-time classification of all of the existing objects in a specified S3 bucket.
Instance Attribute Details
#continuous ⇒ String
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 Amazon Macie Classic.
Possible values:
- FULL
#one_time ⇒ String
A one-time classification of all of the existing objects in a specified S3 bucket.
Possible values:
- FULL
- NONE