Class: Aws::Macie2::Types::S3ClassificationScopeExclusionUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::S3ClassificationScopeExclusionUpdate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #bucket_names ⇒ Array<String>
 - 
  
    
      #operation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies how to apply changes to the S3 bucket exclusion list defined by the classification scope for an Amazon Macie account.
 
Instance Attribute Details
#bucket_names ⇒ Array<String>
      5422 5423 5424 5425 5426 5427  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5422 class S3ClassificationScopeExclusionUpdate < Struct.new( :bucket_names, :operation) SENSITIVE = [] include Aws::Structure end  | 
  
#operation ⇒ String
Specifies how to apply changes to the S3 bucket exclusion list defined by the classification scope for an Amazon Macie account. Valid values are:
      5422 5423 5424 5425 5426 5427  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5422 class S3ClassificationScopeExclusionUpdate < Struct.new( :bucket_names, :operation) SENSITIVE = [] include Aws::Structure end  |