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 |
Synopsis
Documentation
data PricingDetail Source #
Describes a Reserved Instance offering.
See: newPricingDetail
smart constructor.
Instances
newPricingDetail :: PricingDetail Source #
Create a value of PricingDetail
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:count:PricingDetail'
, pricingDetail_count
- The number of reservations available for the price.
$sel:price:PricingDetail'
, pricingDetail_price
- The price per instance.
pricingDetail_count :: Lens' PricingDetail (Maybe Int) Source #
The number of reservations available for the price.
pricingDetail_price :: Lens' PricingDetail (Maybe Double) Source #
The price per instance.