Class: Aws::Macie2::Types::S3ClassificationScopeExclusion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::S3ClassificationScopeExclusion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#bucket_names ⇒ Array<String>
      5402 5403 5404 5405 5406  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5402 class S3ClassificationScopeExclusion < Struct.new( :bucket_names) SENSITIVE = [] include Aws::Structure end  |