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
      5061 5062 5063 5064 5065 5066 5067  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5061 class Range < Struct.new( :end, :start, :start_column) SENSITIVE = [] include Aws::Structure end  |