| 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.BillingConductor.Types.BillingGroupCostReportElement
Description
Synopsis
- data BillingGroupCostReportElement = BillingGroupCostReportElement' {}
- newBillingGroupCostReportElement :: BillingGroupCostReportElement
- billingGroupCostReportElement_aWSCost :: Lens' BillingGroupCostReportElement (Maybe Text)
- billingGroupCostReportElement_arn :: Lens' BillingGroupCostReportElement (Maybe Text)
- billingGroupCostReportElement_currency :: Lens' BillingGroupCostReportElement (Maybe Text)
- billingGroupCostReportElement_margin :: Lens' BillingGroupCostReportElement (Maybe Text)
- billingGroupCostReportElement_marginPercentage :: Lens' BillingGroupCostReportElement (Maybe Text)
- billingGroupCostReportElement_proformaCost :: Lens' BillingGroupCostReportElement (Maybe Text)
Documentation
data BillingGroupCostReportElement Source #
A summary report of actual Amazon Web Services charges and calculated Amazon Web Services charges, based on the associated pricing plan of a billing group.
See: newBillingGroupCostReportElement smart constructor.
Constructors
| BillingGroupCostReportElement' | |
Fields
| |
Instances
newBillingGroupCostReportElement :: BillingGroupCostReportElement Source #
Create a value of BillingGroupCostReportElement 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:aWSCost:BillingGroupCostReportElement', billingGroupCostReportElement_aWSCost - The actual Amazon Web Services charges for the billing group.
$sel:arn:BillingGroupCostReportElement', billingGroupCostReportElement_arn - The Amazon Resource Name (ARN) of a billing group.
$sel:currency:BillingGroupCostReportElement', billingGroupCostReportElement_currency - The displayed currency.
$sel:margin:BillingGroupCostReportElement', billingGroupCostReportElement_margin - The billing group margin.
$sel:marginPercentage:BillingGroupCostReportElement', billingGroupCostReportElement_marginPercentage - The percentage of billing group margin.
$sel:proformaCost:BillingGroupCostReportElement', billingGroupCostReportElement_proformaCost - The hypothetical Amazon Web Services charges based on the associated
pricing plan of a billing group.
billingGroupCostReportElement_aWSCost :: Lens' BillingGroupCostReportElement (Maybe Text) Source #
The actual Amazon Web Services charges for the billing group.
billingGroupCostReportElement_arn :: Lens' BillingGroupCostReportElement (Maybe Text) Source #
The Amazon Resource Name (ARN) of a billing group.
billingGroupCostReportElement_currency :: Lens' BillingGroupCostReportElement (Maybe Text) Source #
The displayed currency.
billingGroupCostReportElement_margin :: Lens' BillingGroupCostReportElement (Maybe Text) Source #
The billing group margin.
billingGroupCostReportElement_marginPercentage :: Lens' BillingGroupCostReportElement (Maybe Text) Source #
The percentage of billing group margin.
billingGroupCostReportElement_proformaCost :: Lens' BillingGroupCostReportElement (Maybe Text) Source #
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.