| 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.CostExplorer.Types.ReservationCoverageGroup
Description
Synopsis
Documentation
data ReservationCoverageGroup Source #
A group of reservations that share a set of attributes.
See: newReservationCoverageGroup smart constructor.
Constructors
| ReservationCoverageGroup' | |
Instances
newReservationCoverageGroup :: ReservationCoverageGroup Source #
Create a value of ReservationCoverageGroup 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:attributes:ReservationCoverageGroup', reservationCoverageGroup_attributes - The attributes for this group of reservations.
$sel:coverage:ReservationCoverageGroup', reservationCoverageGroup_coverage - How much instance usage this group of reservations covered.
reservationCoverageGroup_attributes :: Lens' ReservationCoverageGroup (Maybe (HashMap Text Text)) Source #
The attributes for this group of reservations.
reservationCoverageGroup_coverage :: Lens' ReservationCoverageGroup (Maybe Coverage) Source #
How much instance usage this group of reservations covered.