Class: Aws::Macie2::Types::S3BucketDefinitionForJob
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::S3BucketDefinitionForJob
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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_id ⇒ String
      5353 5354 5355 5356 5357 5358  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5353 class S3BucketDefinitionForJob < Struct.new( :account_id, :buckets) SENSITIVE = [] include Aws::Structure end  | 
  
#buckets ⇒ Array<String>
      5353 5354 5355 5356 5357 5358  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5353 class S3BucketDefinitionForJob < Struct.new( :account_id, :buckets) SENSITIVE = [] include Aws::Structure end  |