Class: Aws::Macie2::Types::CustomDetection
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::CustomDetection
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #arn ⇒ String
 - #count ⇒ Integer
 - #name ⇒ String
 - 
  
    
      #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.
 
Instance Attribute Details
#arn ⇒ String
      1730 1731 1732 1733 1734 1735 1736 1737  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1730 class CustomDetection < Struct.new( :arn, :count, :name, :occurrences) SENSITIVE = [] include Aws::Structure end  | 
  
#count ⇒ Integer
      1730 1731 1732 1733 1734 1735 1736 1737  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1730 class CustomDetection < Struct.new( :arn, :count, :name, :occurrences) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      1730 1731 1732 1733 1734 1735 1736 1737  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1730 class CustomDetection < Struct.new( :arn, :count, :name, :occurrences) 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.
      1730 1731 1732 1733 1734 1735 1736 1737  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1730 class CustomDetection < Struct.new( :arn, :count, :name, :occurrences) SENSITIVE = [] include Aws::Structure end  |