You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::SensitiveDataItem
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Macie2::Types::SensitiveDataItem
 
- Defined in:
- (unknown)
Overview
Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.
Instance Attribute Summary collapse
- 
  
    
      #category  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    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
The category of sensitive data that was detected and produced the finding. Possible values are:
Possible values:
- FINANCIAL_INFORMATION
- PERSONAL_INFORMATION
- CREDENTIALS
- CUSTOM_IDENTIFIER
#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.