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
- Struct
- Aws::Macie::Types::S3ResourceClassificationUpdate
- Defined in:
- (unknown)
Overview
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
-
#bucket_name ⇒ String
The name of the S3 bucket whose classification types you want to update.
-
#classification_type_update ⇒ Types::ClassificationTypeUpdate
The classification type that you want to update for the resource associated with Amazon Macie Classic.
-
#prefix ⇒ String
The prefix of the S3 bucket whose classification types you want to update.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket whose classification types you want to update.
#classification_type_update ⇒ Types::ClassificationTypeUpdate
The classification type that you want to update for the resource associated with Amazon Macie Classic.
#prefix ⇒ String
The prefix of the S3 bucket whose classification types you want to update.