Class: Aws::Macie2::Types::Range

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 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

#endInteger

Returns:

  • (Integer)


4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4922

class Range < Struct.new(
  :end,
  :start,
  :start_column)
  SENSITIVE = []
  include Aws::Structure
end

#startInteger

Returns:

  • (Integer)


4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4922

class Range < Struct.new(
  :end,
  :start,
  :start_column)
  SENSITIVE = []
  include Aws::Structure
end

#start_columnInteger

Returns:

  • (Integer)


4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4922

class Range < Struct.new(
  :end,
  :start,
  :start_column)
  SENSITIVE = []
  include Aws::Structure
end