Class: Aws::Macie2::Types::Occurrences
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::Occurrences
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
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.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cells  ⇒ Array<Types::Cell> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the location of occurrences of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.
 - 
  
    
      #line_ranges  ⇒ Array<Types::Range> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the locations of occurrences of sensitive data in a non-binary text file.
 - 
  
    
      #offset_ranges  ⇒ Array<Types::Range> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the locations of occurrences of sensitive data in a non-binary text file.
 - 
  
    
      #pages  ⇒ Array<Types::Page> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the location of occurrences of sensitive data in an Adobe Portable Document Format file.
 - 
  
    
      #records  ⇒ Array<Types::Record> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the locations of occurrences of sensitive data in an Apache Avro object container or a structured data file.
 
Instance Attribute Details
#cells ⇒ Array<Types::Cell>
Specifies the location of occurrences of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.
      4922 4923 4924 4925 4926 4927 4928 4929 4930  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4922 class Occurrences < Struct.new( :cells, :line_ranges, :offset_ranges, :pages, :records) SENSITIVE = [] include Aws::Structure end  | 
  
#line_ranges ⇒ Array<Types::Range>
Specifies the locations of occurrences of sensitive data in a non-binary text file.
      4922 4923 4924 4925 4926 4927 4928 4929 4930  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4922 class Occurrences < Struct.new( :cells, :line_ranges, :offset_ranges, :pages, :records) SENSITIVE = [] include Aws::Structure end  | 
  
#offset_ranges ⇒ Array<Types::Range>
Specifies the locations of occurrences of sensitive data in a non-binary text file.
      4922 4923 4924 4925 4926 4927 4928 4929 4930  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4922 class Occurrences < Struct.new( :cells, :line_ranges, :offset_ranges, :pages, :records) SENSITIVE = [] include Aws::Structure end  | 
  
#pages ⇒ Array<Types::Page>
Specifies the location of occurrences of sensitive data in an Adobe Portable Document Format file.
      4922 4923 4924 4925 4926 4927 4928 4929 4930  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4922 class Occurrences < Struct.new( :cells, :line_ranges, :offset_ranges, :pages, :records) SENSITIVE = [] include Aws::Structure end  | 
  
#records ⇒ Array<Types::Record>
Specifies the locations of occurrences of sensitive data in an Apache Avro object container or a structured data file.
      4922 4923 4924 4925 4926 4927 4928 4929 4930  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4922 class Occurrences < Struct.new( :cells, :line_ranges, :offset_ranges, :pages, :records) SENSITIVE = [] include Aws::Structure end  |