Class: Aws::Macie2::Types::SensitiveDataItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::SensitiveDataItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #category  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
For a finding, the category of sensitive data that was detected and produced the finding.
 - 
  
    
      #detections  ⇒ Array<Types::DefaultDetection> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about sensitive data that was detected by managed data identifiers and produced a sensitive data finding, and the number of occurrences of each type of sensitive data that was detected.
 - #total_count ⇒ Integer
 
Instance Attribute Details
#category ⇒ String
For a finding, the category of sensitive data that was detected and produced the finding. For a managed data identifier, the category of sensitive data that the managed data identifier detects. Possible values are:
      5857 5858 5859 5860 5861 5862 5863  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5857 class SensitiveDataItem < Struct.new( :category, :detections, :total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#detections ⇒ Array<Types::DefaultDetection>
Provides information about sensitive data that was detected by managed data identifiers and produced a sensitive data finding, and the number of occurrences of each type of sensitive data that was detected.
      5857 5858 5859 5860 5861 5862 5863  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5857 class SensitiveDataItem < Struct.new( :category, :detections, :total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#total_count ⇒ Integer
      5857 5858 5859 5860 5861 5862 5863  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5857 class SensitiveDataItem < Struct.new( :category, :detections, :total_count) SENSITIVE = [] include Aws::Structure end  |