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

Class: Aws::Macie::Types::S3ResourceClassification

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

Overview

Note:

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

{
  bucket_name: "BucketName", # required
  prefix: "Prefix",
  classification_type: { # required
    one_time: "FULL", # required, accepts FULL, NONE
    continuous: "FULL", # required, accepts FULL
  },
}

The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket that you want to associate with Amazon Macie Classic.

Returns:

  • (String)

    The name of the S3 bucket that you want to associate with Amazon Macie Classic.

#classification_typeTypes::ClassificationType

The classification type that you want to specify for the resource associated with Amazon Macie Classic.

Returns:

  • (Types::ClassificationType)

    The classification type that you want to specify for the resource associated with Amazon Macie Classic.

#prefixString

The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.

Returns:

  • (String)

    The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.