Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BillingGroupCostReportElement

import type { BillingGroupCostReportElement } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

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.

interface BillingGroupCostReportElement {
Arn?: string | null;
AWSCost?: string | null;
Currency?: string | null;
Margin?: string | null;
MarginPercentage?: string | null;
ProformaCost?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of a billing group.

§
AWSCost?: string | null
[src]

The actual Amazon Web Services charges for the billing group.

§
Currency?: string | null
[src]

The displayed currency.

§
Margin?: string | null
[src]

The billing group margin.

§
MarginPercentage?: string | null
[src]

The percentage of billing group margin.

§
ProformaCost?: string | null
[src]

The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.