| 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.Total
Description
Documentation
Contains the total usage with the corresponding currency unit for that value.
See: newTotal smart constructor.
Constructors
| Total' | |
Instances
| FromJSON Total Source # | |
| Generic Total Source # | |
| Read Total Source # | |
| Show Total Source # | |
| NFData Total Source # | |
Defined in Amazonka.GuardDuty.Types.Total | |
| Eq Total Source # | |
| Hashable Total Source # | |
Defined in Amazonka.GuardDuty.Types.Total | |
| type Rep Total Source # | |
Defined in Amazonka.GuardDuty.Types.Total type Rep Total = D1 ('MetaData "Total" "Amazonka.GuardDuty.Types.Total" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "Total'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Total 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:amount:Total', total_amount - The total usage.
$sel:unit:Total', total_unit - The currency unit that the amount is given in.