class Aws::Macie::Types::S3Resource

Contains information about the S3 resource. This data type is used as a request parameter in the DisassociateS3Resources action and can be used as a response parameter in the AssociateS3Resources and UpdateS3Resources actions.

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

data as a hash:

    {
      bucket_name: "BucketName", # required
      prefix: "Prefix",
    }

@!attribute [rw] bucket_name

The name of the S3 bucket.
@return [String]

@!attribute [rw] prefix

The prefix of the S3 bucket.
@return [String]

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

Constants

SENSITIVE