| 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.GuardDuty.Types.UsageAccountResult
Description
Documentation
data UsageAccountResult Source #
Contains information on the total of usage based on account IDs.
See: newUsageAccountResult smart constructor.
Constructors
| UsageAccountResult' | |
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.