class Aws::Macie::Types::ClassificationTypeUpdate

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.

@note When making an API call, you may pass ClassificationTypeUpdate

data as a hash:

    {
      one_time: "FULL", # accepts FULL, NONE
      continuous: "FULL", # accepts FULL
    }

@!attribute [rw] one_time

A one-time classification of all of the existing objects in a
specified S3 bucket.
@return [String]

@!attribute [rw] continuous

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ClassificationTypeUpdate AWS API Documentation

Constants

SENSITIVE