class Aws::SecurityHub::Types::Occurrences

The detected occurrences of sensitive data.

@note When making an API call, you may pass Occurrences

data as a hash:

    {
      line_ranges: [
        {
          start: 1,
          end: 1,
          start_column: 1,
        },
      ],
      offset_ranges: [
        {
          start: 1,
          end: 1,
          start_column: 1,
        },
      ],
      pages: [
        {
          page_number: 1,
          line_range: {
            start: 1,
            end: 1,
            start_column: 1,
          },
          offset_range: {
            start: 1,
            end: 1,
            start_column: 1,
          },
        },
      ],
      records: [
        {
          json_path: "NonEmptyString",
          record_index: 1,
        },
      ],
      cells: [
        {
          column: 1,
          row: 1,
          column_name: "NonEmptyString",
          cell_reference: "NonEmptyString",
        },
      ],
    }

@!attribute [rw] line_ranges

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.
@return [Array<Types::Range>]

@!attribute [rw] offset_ranges

Occurrences of sensitive data detected in a binary text file.
@return [Array<Types::Range>]

@!attribute [rw] pages

Occurrences of sensitive data in an Adobe Portable Document Format
(PDF) file.
@return [Array<Types::Page>]

@!attribute [rw] records

Occurrences of sensitive data in an Apache Avro object container or
an Apache Parquet file.
@return [Array<Types::Record>]

@!attribute [rw] cells

Occurrences of sensitive data detected in Microsoft Excel workbooks,
comma-separated value (CSV) files, or tab-separated value (TSV)
files.
@return [Array<Types::Cell>]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Occurrences AWS API Documentation

Constants

SENSITIVE