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

Class: Aws::Macie::Types::S3ResourceClassificationUpdate

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

Overview

Note:

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

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

The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket whose classification types you want to update.

Returns:

  • (String)

    The name of the S3 bucket whose classification types you want to update.

#classification_type_updateTypes::ClassificationTypeUpdate

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

Returns:

#prefixString

The prefix of the S3 bucket whose classification types you want to update.

Returns:

  • (String)

    The prefix of the S3 bucket whose classification types you want to update.