| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.RenameColumnOperation
Description
Synopsis
Documentation
data RenameColumnOperation Source #
A transform operation that renames a column.
See: newRenameColumnOperation smart constructor.
Constructors
| RenameColumnOperation' | |
Fields
| |
Instances
newRenameColumnOperation Source #
Arguments
| :: Text | |
| -> Text | |
| -> RenameColumnOperation |
Create a value of RenameColumnOperation 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:columnName:RenameColumnOperation', renameColumnOperation_columnName - The name of the column to be renamed.
$sel:newColumnName':RenameColumnOperation', renameColumnOperation_newColumnName - The new name for the column.
renameColumnOperation_columnName :: Lens' RenameColumnOperation Text Source #
The name of the column to be renamed.
renameColumnOperation_newColumnName :: Lens' RenameColumnOperation Text Source #
The new name for the column.