| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.Cell
Description
Synopsis
Documentation
An occurrence of sensitive data detected in a Microsoft Excel workbook, comma-separated value (CSV) file, or tab-separated value (TSV) file.
See: newCell smart constructor.
Constructors
| Cell' | |
Fields
| |
Instances
Create a value of Cell with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:row:Cell', cell_row - The row number of the row that contains the data.
$sel:cellReference:Cell', cell_cellReference - 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.
$sel:column:Cell', cell_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.
$sel:columnName:Cell', cell_columnName - The name of the column that contains the data.
cell_cellReference :: Lens' Cell (Maybe Text) Source #
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.