class Aws::Macie::Types::UpdateS3ResourcesRequest
@note When making an API call, you may pass UpdateS3ResourcesRequest
data as a hash: { member_account_id: "AWSAccountId", s3_resources_update: [ # required { bucket_name: "BucketName", # required prefix: "Prefix", classification_type_update: { # required one_time: "FULL", # accepts FULL, NONE continuous: "FULL", # accepts FULL }, }, ], }
@!attribute [rw] member_account_id
The AWS ID of the Amazon Macie Classic member account whose S3 resources' classification types you want to update. @return [String]
@!attribute [rw] s3_resources_update
The S3 resources whose classification types you want to update. @return [Array<Types::S3ResourceClassificationUpdate>]
@see docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/UpdateS3ResourcesRequest AWS API Documentation
Constants
- SENSITIVE