Class: Aws::Macie2::Types::CustomDataIdentifiers
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::CustomDataIdentifiers
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #detections  ⇒ Array<Types::CustomDetection> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that each identifier detected.
 - #total_count ⇒ Integer
 
Instance Attribute Details
#detections ⇒ Array<Types::CustomDetection>
Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that each identifier detected.
      1702 1703 1704 1705 1706 1707  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1702 class CustomDataIdentifiers < Struct.new( :detections, :total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#total_count ⇒ Integer
      1702 1703 1704 1705 1706 1707  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1702 class CustomDataIdentifiers < Struct.new( :detections, :total_count) SENSITIVE = [] include Aws::Structure end  |