| 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.CostAndUsageReport.Types.TimeUnit
Description
Synopsis
- newtype TimeUnit where
- TimeUnit' {
- fromTimeUnit :: Text
- pattern TimeUnit_DAILY :: TimeUnit
- pattern TimeUnit_HOURLY :: TimeUnit
- pattern TimeUnit_MONTHLY :: TimeUnit
- TimeUnit' {
Documentation
The length of time covered by the report.
Constructors
| TimeUnit' | |
Fields
| |
Bundled Patterns
| pattern TimeUnit_DAILY :: TimeUnit | |
| pattern TimeUnit_HOURLY :: TimeUnit | |
| pattern TimeUnit_MONTHLY :: TimeUnit |