Class: Aws::Macie2::Types::Range
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Range
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#end ⇒ Integer
5065 5066 5067 5068 5069 5070 5071 |
# File 'lib/aws-sdk-macie2/types.rb', line 5065 class Range < Struct.new( :end, :start, :start_column) SENSITIVE = [] include Aws::Structure end |