Class: Aws::Macie2::Types::GetSensitivityInspectionTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::GetSensitivityInspectionTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the settings for the sensitivity inspection template for an Amazon Macie 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.
 - 
  
    
      #includes  ⇒ Types::SensitivityInspectionTemplateIncludes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the allow lists, custom data identifiers, and managed data identifiers to include (use) when performing automated sensitive data discovery.
 - #name ⇒ String
 - 
  
    
      #sensitivity_inspection_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the sensitivity inspection template.
 
Instance Attribute Details
#description ⇒ String
      3495 3496 3497 3498 3499 3500 3501 3502 3503  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3495 class GetSensitivityInspectionTemplateResponse < Struct.new( :description, :excludes, :includes, :name, :sensitivity_inspection_template_id) 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
      3495 3496 3497 3498 3499 3500 3501 3502 3503  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3495 class GetSensitivityInspectionTemplateResponse < Struct.new( :description, :excludes, :includes, :name, :sensitivity_inspection_template_id) 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
      3495 3496 3497 3498 3499 3500 3501 3502 3503  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3495 class GetSensitivityInspectionTemplateResponse < Struct.new( :description, :excludes, :includes, :name, :sensitivity_inspection_template_id) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      3495 3496 3497 3498 3499 3500 3501 3502 3503  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3495 class GetSensitivityInspectionTemplateResponse < Struct.new( :description, :excludes, :includes, :name, :sensitivity_inspection_template_id) SENSITIVE = [] include Aws::Structure end  | 
  
#sensitivity_inspection_template_id ⇒ String
The unique identifier for the sensitivity inspection template.
      3495 3496 3497 3498 3499 3500 3501 3502 3503  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3495 class GetSensitivityInspectionTemplateResponse < Struct.new( :description, :excludes, :includes, :name, :sensitivity_inspection_template_id) SENSITIVE = [] include Aws::Structure end  |