Class: Aws::Macie2::Types::S3BucketDefinitionForJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3BucketDefinitionForJob
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Note:
When making an API call, you may pass S3BucketDefinitionForJob data as a hash:
{
account_id: "__string", # required
buckets: ["__string"], # required
}
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#account_id ⇒ String
5026 5027 5028 5029 5030 5031 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5026 class S3BucketDefinitionForJob < Struct.new( :account_id, :buckets) SENSITIVE = [] include Aws::Structure end |
#buckets ⇒ Array<String>
5026 5027 5028 5029 5030 5031 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5026 class S3BucketDefinitionForJob < Struct.new( :account_id, :buckets) SENSITIVE = [] include Aws::Structure end |