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

UpdateBillingGroupOutput

import type { UpdateBillingGroupOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface UpdateBillingGroupOutput {
Arn?: string | null;
Description?: string | null;
LastModifiedTime?: number | null;
Name?: string | null;
PricingPlanArn?: string | null;
PrimaryAccountId?: string | null;
Size?: number | null;
Status?: BillingGroupStatus | null;
StatusReason?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the billing group that was updated.

§
Description?: string | null
[src]

A description of the billing group.

§
LastModifiedTime?: number | null
[src]

The most recent time when the billing group was modified.

§
Name?: string | null
[src]

The name of the billing group. The names must be unique to each billing group.

§
PricingPlanArn?: string | null
[src]

The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.

§
PrimaryAccountId?: string | null
[src]

The account ID that serves as the main account in a billing group.

§
Size?: number | null
[src]

The number of accounts in the particular billing group.

§
Status?: BillingGroupStatus | null
[src]

The status of the billing group. Only one of the valid values can be used.

§
StatusReason?: string | null
[src]

The reason why the billing group is in its current status.