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