Class: Aws::Macie2::Types::S3ClassificationScopeUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::S3ClassificationScopeUpdate
 
 
- Defined in:
 - gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
 
Overview
Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #excludes  ⇒ Types::S3ClassificationScopeExclusionUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.
 
Instance Attribute Details
#excludes ⇒ Types::S3ClassificationScopeExclusionUpdate
Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.
      5448 5449 5450 5451 5452  | 
    
      # File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5448 class S3ClassificationScopeUpdate < Struct.new( :excludes) SENSITIVE = [] include Aws::Structure end  |