Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data UsageAccountResult Source #
Contains information on the total of usage based on account IDs.
See: newUsageAccountResult
smart constructor.
Instances
newUsageAccountResult :: UsageAccountResult Source #
Create a value of UsageAccountResult
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:UsageAccountResult'
, usageAccountResult_accountId
- The Account ID that generated usage.
$sel:total:UsageAccountResult'
, usageAccountResult_total
- Represents the total of usage for the Account ID.
usageAccountResult_accountId :: Lens' UsageAccountResult (Maybe Text) Source #
The Account ID that generated usage.
usageAccountResult_total :: Lens' UsageAccountResult (Maybe Total) Source #
Represents the total of usage for the Account ID.