class Aws::Macie2::Types::S3BucketDefinitionForJob

Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.

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

data as a hash:

    {
      account_id: "__string", # required
      buckets: ["__string"], # required
    }

@!attribute [rw] account_id

@return [String]

@!attribute [rw] buckets

@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3BucketDefinitionForJob AWS API Documentation

Constants

SENSITIVE