class Aws::SecurityHub::Types::Cell
An occurrence of sensitive data detected in a Microsoft Excel workbook, comma-separated value (CSV) file, or tab-separated value (TSV) file.
@note When making an API call, you may pass Cell
data as a hash: { column: 1, row: 1, column_name: "NonEmptyString", cell_reference: "NonEmptyString", }
@!attribute [rw] column
The column number of the column that contains the data. For a Microsoft Excel workbook, the column number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to the A column in the workbook. @return [Integer]
@!attribute [rw] row
The row number of the row that contains the data. @return [Integer]
@!attribute [rw] column_name
The name of the column that contains the data. @return [String]
@!attribute [rw] cell_reference
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Cell AWS API Documentation
Constants
- SENSITIVE