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

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 a Microsoft Excel workbook, CSV file, or TSV file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_referenceString

Returns:

  • (String)


935
936
937
938
939
940
941
942
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 935

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

#columnInteger

Returns:

  • (Integer)


935
936
937
938
939
940
941
942
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 935

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

#column_nameString

Returns:

  • (String)


935
936
937
938
939
940
941
942
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 935

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

#rowInteger

Returns:

  • (Integer)


935
936
937
938
939
940
941
942
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 935

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