Class: Aws::SecurityHub::Types::Occurrences
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Occurrences
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The detected occurrences of sensitive data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cells ⇒ Array<Types::Cell>
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
-
#line_ranges ⇒ Array<Types::Range>
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
-
#offset_ranges ⇒ Array<Types::Range>
Occurrences of sensitive data detected in a binary text file.
-
#pages ⇒ Array<Types::Page>
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
-
#records ⇒ Array<Types::Record>
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
Instance Attribute Details
#cells ⇒ Array<Types::Cell>
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
27286 27287 27288 27289 27290 27291 27292 27293 27294 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27286 class Occurrences < Struct.new( :line_ranges, :offset_ranges, :pages, :records, :cells) SENSITIVE = [] include Aws::Structure end |
#line_ranges ⇒ Array<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.
27286 27287 27288 27289 27290 27291 27292 27293 27294 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27286 class Occurrences < Struct.new( :line_ranges, :offset_ranges, :pages, :records, :cells) SENSITIVE = [] include Aws::Structure end |
#offset_ranges ⇒ Array<Types::Range>
Occurrences of sensitive data detected in a binary text file.
27286 27287 27288 27289 27290 27291 27292 27293 27294 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27286 class Occurrences < Struct.new( :line_ranges, :offset_ranges, :pages, :records, :cells) SENSITIVE = [] include Aws::Structure end |
#pages ⇒ Array<Types::Page>
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
27286 27287 27288 27289 27290 27291 27292 27293 27294 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27286 class Occurrences < Struct.new( :line_ranges, :offset_ranges, :pages, :records, :cells) SENSITIVE = [] include Aws::Structure end |
#records ⇒ Array<Types::Record>
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
27286 27287 27288 27289 27290 27291 27292 27293 27294 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27286 class Occurrences < Struct.new( :line_ranges, :offset_ranges, :pages, :records, :cells) SENSITIVE = [] include Aws::Structure end |