class Aws::SecurityHub::Types::CustomDataIdentifiersDetections

The list of detected instances of sensitive data.

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

data as a hash:

    {
      count: 1,
      arn: "NonEmptyString",
      name: "NonEmptyString",
      occurrences: {
        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] count

The total number of occurrences of sensitive data that were
detected.
@return [Integer]

@!attribute [rw] arn

The ARN of the custom identifier that was used to detect the
sensitive data.
@return [String]

@!attribute [rw] name

he name of the custom identifier that detected the sensitive data.
@return [String]

@!attribute [rw] occurrences

Details about the sensitive data that was detected.
@return [Types::Occurrences]

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

Constants

SENSITIVE