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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

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_idString

Returns:

  • (String)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5215

class S3BucketDefinitionForJob < Struct.new(
  :account_id,
  :buckets)
  SENSITIVE = []
  include Aws::Structure
end

#bucketsArray<String>

Returns:

  • (Array<String>)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5215

class S3BucketDefinitionForJob < Struct.new(
  :account_id,
  :buckets)
  SENSITIVE = []
  include Aws::Structure
end