Class: Aws::Macie2::Types::Cell
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Cell
- 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_reference ⇒ 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 |
#column ⇒ 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 |