class Aws::SecurityHub::Types::Page

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

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

data as a hash:

    {
      page_number: 1,
      line_range: {
        start: 1,
        end: 1,
        start_column: 1,
      },
      offset_range: {
        start: 1,
        end: 1,
        start_column: 1,
      },
    }

@!attribute [rw] page_number

The page number of the page that contains the sensitive data.
@return [Integer]

@!attribute [rw] line_range

An occurrence 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 [Types::Range]

@!attribute [rw] offset_range

An occurrence of sensitive data detected in a binary text file.
@return [Types::Range]

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

Constants

SENSITIVE