| 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.DataSetIdentifierDeclaration
Description
Synopsis
- data DataSetIdentifierDeclaration = DataSetIdentifierDeclaration' {
- identifier :: Text
- dataSetArn :: Text
- newDataSetIdentifierDeclaration :: Text -> Text -> DataSetIdentifierDeclaration
- dataSetIdentifierDeclaration_identifier :: Lens' DataSetIdentifierDeclaration Text
- dataSetIdentifierDeclaration_dataSetArn :: Lens' DataSetIdentifierDeclaration Text
Documentation
data DataSetIdentifierDeclaration Source #
A data set.
See: newDataSetIdentifierDeclaration smart constructor.
Constructors
| DataSetIdentifierDeclaration' | |
Fields
| |
Instances
newDataSetIdentifierDeclaration Source #
Arguments
| :: Text | |
| -> Text | |
| -> DataSetIdentifierDeclaration |
Create a value of DataSetIdentifierDeclaration 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:identifier:DataSetIdentifierDeclaration', dataSetIdentifierDeclaration_identifier - The identifier of the data set, typically the data set's name.
$sel:dataSetArn:DataSetIdentifierDeclaration', dataSetIdentifierDeclaration_dataSetArn - The Amazon Resource Name (ARN) of the data set.
dataSetIdentifierDeclaration_identifier :: Lens' DataSetIdentifierDeclaration Text Source #
The identifier of the data set, typically the data set's name.
dataSetIdentifierDeclaration_dataSetArn :: Lens' DataSetIdentifierDeclaration Text Source #
The Amazon Resource Name (ARN) of the data set.