Class: Aws::SecurityHub::Types::Page

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_rangeTypes::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.

Returns:



27218
27219
27220
27221
27222
27223
27224
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27218

class Page < Struct.new(
  :page_number,
  :line_range,
  :offset_range)
  SENSITIVE = []
  include Aws::Structure
end

#offset_rangeTypes::Range

An occurrence of sensitive data detected in a binary text file.

Returns:



27218
27219
27220
27221
27222
27223
27224
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27218

class Page < Struct.new(
  :page_number,
  :line_range,
  :offset_range)
  SENSITIVE = []
  include Aws::Structure
end

#page_numberInteger

The page number of the page that contains the sensitive data.

Returns:

  • (Integer)


27218
27219
27220
27221
27222
27223
27224
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27218

class Page < Struct.new(
  :page_number,
  :line_range,
  :offset_range)
  SENSITIVE = []
  include Aws::Structure
end