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

Class: Aws::Macie2::Types::S3BucketDefinitionForJob

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

Overview

Note:

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

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

Specifies which AWS account owns the S3 buckets that a classification job analyzes, and the buckets to analyze for the account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)

#bucketsArray<String>

Returns:

  • (Array<String>)