| 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.UnaggregatedField
Description
Synopsis
- data UnaggregatedField = UnaggregatedField' {}
- newUnaggregatedField :: Text -> ColumnIdentifier -> UnaggregatedField
- unaggregatedField_formatConfiguration :: Lens' UnaggregatedField (Maybe FormatConfiguration)
- unaggregatedField_fieldId :: Lens' UnaggregatedField Text
- unaggregatedField_column :: Lens' UnaggregatedField ColumnIdentifier
Documentation
data UnaggregatedField Source #
The unaggregated field for a table.
See: newUnaggregatedField smart constructor.
Constructors
| UnaggregatedField' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ColumnIdentifier | |
| -> UnaggregatedField |
Create a value of UnaggregatedField 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:formatConfiguration:UnaggregatedField', unaggregatedField_formatConfiguration - The format configuration of the field.
$sel:fieldId:UnaggregatedField', unaggregatedField_fieldId - The custom field ID.
$sel:column:UnaggregatedField', unaggregatedField_column - The column that is used in the UnaggregatedField.
unaggregatedField_formatConfiguration :: Lens' UnaggregatedField (Maybe FormatConfiguration) Source #
The format configuration of the field.
unaggregatedField_fieldId :: Lens' UnaggregatedField Text Source #
The custom field ID.
unaggregatedField_column :: Lens' UnaggregatedField ColumnIdentifier Source #
The column that is used in the UnaggregatedField.