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

Class: Aws::Macie::Types::DisassociateS3ResourcesRequest

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

Overview

Note:

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

{
  member_account_id: "AWSAccountId",
  associated_s3_resources: [ # required
    {
      bucket_name: "BucketName", # required
      prefix: "Prefix",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#associated_s3_resourcesArray<Types::S3Resource>

The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

Returns:

  • (Array<Types::S3Resource>)

    The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

#member_account_idString

The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Amazon Macie Classic.

Returns:

  • (String)

    The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Amazon Macie Classic.