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

Class: Aws::Macie::Types::UpdateS3ResourcesRequest

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

Overview

Note:

When passing UpdateS3ResourcesRequest as input to an Aws::Client method, you can use a vanilla 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
      },
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#member_account_idString

The AWS ID of the Amazon Macie Classic member account whose S3 resources\' classification types you want to update.

Returns:

  • (String)

    The AWS ID of the Amazon Macie Classic member account whose S3 resources\' classification types you want to update.

#s3_resources_updateArray<Types::S3ResourceClassificationUpdate>

The S3 resources whose classification types you want to update.

Returns: