| 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.DateTimeHierarchy
Description
Documentation
data DateTimeHierarchy Source #
The option that determines the hierarchy of any DateTime fields.
See: newDateTimeHierarchy smart constructor.
Constructors
| DateTimeHierarchy' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DateTimeHierarchy |
Create a value of DateTimeHierarchy 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:drillDownFilters:DateTimeHierarchy', dateTimeHierarchy_drillDownFilters - The option that determines the drill down filters for the DateTime
hierarchy.
$sel:hierarchyId:DateTimeHierarchy', dateTimeHierarchy_hierarchyId - The hierarchy ID of the DateTime hierarchy.
dateTimeHierarchy_drillDownFilters :: Lens' DateTimeHierarchy (Maybe [DrillDownFilter]) Source #
The option that determines the drill down filters for the DateTime
hierarchy.
dateTimeHierarchy_hierarchyId :: Lens' DateTimeHierarchy Text Source #
The hierarchy ID of the DateTime hierarchy.