Class: Aws::Macie2::Types::Cell

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

Overview

Specifies the location of an occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_referenceString

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-macie2/types.rb', line 1030

class Cell < Struct.new(
  :cell_reference,
  :column,
  :column_name,
  :row)
  SENSITIVE = []
  include Aws::Structure
end

#columnInteger

Returns:

  • (Integer)


1030
1031
1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-macie2/types.rb', line 1030

class Cell < Struct.new(
  :cell_reference,
  :column,
  :column_name,
  :row)
  SENSITIVE = []
  include Aws::Structure
end

#column_nameString

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-macie2/types.rb', line 1030

class Cell < Struct.new(
  :cell_reference,
  :column,
  :column_name,
  :row)
  SENSITIVE = []
  include Aws::Structure
end

#rowInteger

Returns:

  • (Integer)


1030
1031
1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-macie2/types.rb', line 1030

class Cell < Struct.new(
  :cell_reference,
  :column,
  :column_name,
  :row)
  SENSITIVE = []
  include Aws::Structure
end