Class: Aws::SecurityHub::Types::Occurrences

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The detected occurrences of sensitive data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cellsArray<Types::Cell>

Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.

Returns:



27142
27143
27144
27145
27146
27147
27148
27149
27150
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27142

class Occurrences < Struct.new(
  :line_ranges,
  :offset_ranges,
  :pages,
  :records,
  :cells)
  SENSITIVE = []
  include Aws::Structure
end

#line_rangesArray<Types::Range>

Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

Returns:



27142
27143
27144
27145
27146
27147
27148
27149
27150
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27142

class Occurrences < Struct.new(
  :line_ranges,
  :offset_ranges,
  :pages,
  :records,
  :cells)
  SENSITIVE = []
  include Aws::Structure
end

#offset_rangesArray<Types::Range>

Occurrences of sensitive data detected in a binary text file.

Returns:



27142
27143
27144
27145
27146
27147
27148
27149
27150
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27142

class Occurrences < Struct.new(
  :line_ranges,
  :offset_ranges,
  :pages,
  :records,
  :cells)
  SENSITIVE = []
  include Aws::Structure
end

#pagesArray<Types::Page>

Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.

Returns:



27142
27143
27144
27145
27146
27147
27148
27149
27150
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27142

class Occurrences < Struct.new(
  :line_ranges,
  :offset_ranges,
  :pages,
  :records,
  :cells)
  SENSITIVE = []
  include Aws::Structure
end

#recordsArray<Types::Record>

Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.

Returns:



27142
27143
27144
27145
27146
27147
27148
27149
27150
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27142

class Occurrences < Struct.new(
  :line_ranges,
  :offset_ranges,
  :pages,
  :records,
  :cells)
  SENSITIVE = []
  include Aws::Structure
end