You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie::Types::ClassificationType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ClassificationType as input to an Aws::Client method, you can use a vanilla Hash:

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

The classification type that Amazon Macie Classic applies to the associated S3 resources.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#continuousString

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

Returns:

  • (String)

    A continuous classification of the objects that are added to a specified S3 bucket.

#one_timeString

A one-time classification of all of the existing objects in a specified S3 bucket.

Possible values:

  • FULL
  • NONE

Returns:

  • (String)

    A one-time classification of all of the existing objects in a specified S3 bucket.