| 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.Inspector2.Types.UsageTotal
Description
Synopsis
- data UsageTotal = UsageTotal' {}
- newUsageTotal :: UsageTotal
- usageTotal_accountId :: Lens' UsageTotal (Maybe Text)
- usageTotal_usage :: Lens' UsageTotal (Maybe [Usage])
Documentation
data UsageTotal Source #
The total of usage for an account ID.
See: newUsageTotal smart constructor.
Constructors
| UsageTotal' | |
Instances
newUsageTotal :: UsageTotal Source #
Create a value of UsageTotal 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:accountId:UsageTotal', usageTotal_accountId - The account ID of the account that usage data was retrieved for.
$sel:usage:UsageTotal', usageTotal_usage - An object representing the total usage for an account.
usageTotal_accountId :: Lens' UsageTotal (Maybe Text) Source #
The account ID of the account that usage data was retrieved for.
usageTotal_usage :: Lens' UsageTotal (Maybe [Usage]) Source #
An object representing the total usage for an account.