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

BillingGroupListElement

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

A representation of a billing group.

interface BillingGroupListElement {
Arn?: string | null;
ComputationPreference?: ComputationPreference | null;
CreationTime?: number | null;
Description?: string | null;
LastModifiedTime?: number | null;
Name?: string | null;
PrimaryAccountId?: string | null;
Size?: number | null;
Status?: BillingGroupStatus | null;
StatusReason?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Number (ARN) that can be used to uniquely identify the billing group.

§
ComputationPreference?: ComputationPreference | null
[src]
§
CreationTime?: number | null
[src]

The time when the billing group was created.

§
Description?: string | null
[src]

The 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.

§
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 billing group status. Only one of the valid values can be used.

§
StatusReason?: string | null
[src]

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