class Aws::SecurityHub::Types::CustomDataIdentifiersResult

Contains an instance of sensitive data that was detected by a customer-defined identifier.

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

data as a hash:

    {
      detections: [
        {
          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",
              },
            ],
          },
        },
      ],
      total_count: 1,
    }

@!attribute [rw] detections

The list of detected instances of sensitive data.
@return [Array<Types::CustomDataIdentifiersDetections>]

@!attribute [rw] total_count

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

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

Constants

SENSITIVE