Class: Aws::Macie2::Types::UpdateSensitivityInspectionTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::UpdateSensitivityInspectionTemplateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies settings for the sensitivity inspection template for an Amazon Macie account. To update the settings, automated sensitive data discovery must be enabled for the account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #description ⇒ String
 - 
  
    
      #excludes  ⇒ Types::SensitivityInspectionTemplateExcludes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery.
 - #id ⇒ String
 - 
  
    
      #includes  ⇒ Types::SensitivityInspectionTemplateIncludes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the allow lists, custom data identifiers, and managed data identifiers to include (use) when performing automated sensitive data discovery.
 
Instance Attribute Details
#description ⇒ String
      6932 6933 6934 6935 6936 6937 6938 6939  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6932 class UpdateSensitivityInspectionTemplateRequest < Struct.new( :description, :excludes, :id, :includes) SENSITIVE = [] include Aws::Structure end  | 
  
#excludes ⇒ Types::SensitivityInspectionTemplateExcludes
Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery. For information about the managed data identifiers that Amazon Macie currently provides, see [Using managed data identifiers] in the *Amazon Macie User Guide*.
[1]: docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html
      6932 6933 6934 6935 6936 6937 6938 6939  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6932 class UpdateSensitivityInspectionTemplateRequest < Struct.new( :description, :excludes, :id, :includes) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
      6932 6933 6934 6935 6936 6937 6938 6939  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6932 class UpdateSensitivityInspectionTemplateRequest < Struct.new( :description, :excludes, :id, :includes) SENSITIVE = [] include Aws::Structure end  | 
  
#includes ⇒ Types::SensitivityInspectionTemplateIncludes
Specifies the allow lists, custom data identifiers, and managed data identifiers to include (use) when performing automated sensitive data discovery. The configuration must specify at least one custom data identifier or managed data identifier. For information about the managed data identifiers that Amazon Macie currently provides, see [Using managed data identifiers] in the *Amazon Macie User Guide*.
[1]: docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html
      6932 6933 6934 6935 6936 6937 6938 6939  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6932 class UpdateSensitivityInspectionTemplateRequest < Struct.new( :description, :excludes, :id, :includes) SENSITIVE = [] include Aws::Structure end  |