| 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.UntagColumnOperation
Description
Synopsis
Documentation
data UntagColumnOperation Source #
A transform operation that removes tags associated with a column.
See: newUntagColumnOperation smart constructor.
Constructors
| UntagColumnOperation' | |
Fields
| |
Instances
newUntagColumnOperation Source #
Create a value of UntagColumnOperation 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:UntagColumnOperation', untagColumnOperation_columnName - The column that this operation acts on.
$sel:tagNames:UntagColumnOperation', untagColumnOperation_tagNames - The column tags to remove from this column.
untagColumnOperation_columnName :: Lens' UntagColumnOperation Text Source #
The column that this operation acts on.
untagColumnOperation_tagNames :: Lens' UntagColumnOperation [ColumnTagName] Source #
The column tags to remove from this column.