Class: Aws::Macie2::Types::Page

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

Overview

Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_rangeTypes::Range

Specifies the location of an occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.

Returns:



4813
4814
4815
4816
4817
4818
4819
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4813

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

#offset_rangeTypes::Range

Specifies the location of an occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.

Returns:



4813
4814
4815
4816
4817
4818
4819
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4813

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

#page_numberInteger

Returns:

  • (Integer)


4813
4814
4815
4816
4817
4818
4819
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4813

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