Class: Aws::Macie2::Types::DefaultDetection
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::DefaultDetection
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about a type of sensitive data that was detected by a managed data identifier and produced a sensitive data finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #count ⇒ Integer
 - 
  
    
      #occurrences  ⇒ Types::Occurrences 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the location of 1-15 occurrences of sensitive data that was detected by a managed data identifier or a custom data identifier and produced a sensitive data finding.
 - #type ⇒ String
 
Instance Attribute Details
#count ⇒ Integer
      1794 1795 1796 1797 1798 1799 1800  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1794 class DefaultDetection < Struct.new( :count, :occurrences, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#occurrences ⇒ Types::Occurrences
Specifies the location of 1-15 occurrences of sensitive data that was detected by a managed data identifier or a custom data identifier and produced a sensitive data finding.
      1794 1795 1796 1797 1798 1799 1800  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1794 class DefaultDetection < Struct.new( :count, :occurrences, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      1794 1795 1796 1797 1798 1799 1800  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1794 class DefaultDetection < Struct.new( :count, :occurrences, :type) SENSITIVE = [] include Aws::Structure end  |