class Aws::Macie::Types::S3ResourceClassificationUpdate
The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.
@note When making an API call, you may pass S3ResourceClassificationUpdate
data as a hash: { bucket_name: "BucketName", # required prefix: "Prefix", classification_type_update: { # required one_time: "FULL", # accepts FULL, NONE continuous: "FULL", # accepts FULL }, }
@!attribute [rw] bucket_name
The name of the S3 bucket whose classification types you want to update. @return [String]
@!attribute [rw] prefix
The prefix of the S3 bucket whose classification types you want to update. @return [String]
@!attribute [rw] classification_type_update
The classification type that you want to update for the resource associated with Amazon Macie Classic. @return [Types::ClassificationTypeUpdate]
@see docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/S3ResourceClassificationUpdate AWS API Documentation
Constants
- SENSITIVE