class Aws::Macie::Types::DisassociateS3ResourcesRequest

@note When making an API call, you may pass DisassociateS3ResourcesRequest

data as a hash:

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

@!attribute [rw] member_account_id

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

@!attribute [rw] associated_s3_resources

The S3 resources (buckets or prefixes) that you want to remove from
being monitored and classified by Amazon Macie Classic.
@return [Array<Types::S3Resource>]

@see docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/DisassociateS3ResourcesRequest AWS API Documentation

Constants

SENSITIVE