Class: Aws::Macie2::Types::Page
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Page
- Includes:
- Structure
- Defined in:
- 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
-
#line_range ⇒ Types::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.
-
#offset_range ⇒ Types::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.
- #page_number ⇒ Integer
Instance Attribute Details
#line_range ⇒ Types::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.
4952 4953 4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-macie2/types.rb', line 4952 class Page < Struct.new( :line_range, :offset_range, :page_number) SENSITIVE = [] include Aws::Structure end |
#offset_range ⇒ Types::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.
4952 4953 4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-macie2/types.rb', line 4952 class Page < Struct.new( :line_range, :offset_range, :page_number) SENSITIVE = [] include Aws::Structure end |