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

DescribeBillingGroupResponse

import type { DescribeBillingGroupResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeBillingGroupResponse {
billingGroupArn?: string | null;
billingGroupId?: string | null;
billingGroupMetadata?: BillingGroupMetadata | null;
billingGroupName?: string | null;
billingGroupProperties?: BillingGroupProperties | null;
version?: number | null;
}

§Properties

§
billingGroupArn?: string | null
[src]

The ARN of the billing group.

§
billingGroupId?: string | null
[src]

The ID of the billing group.

§
billingGroupMetadata?: BillingGroupMetadata | null
[src]

Additional information about the billing group.

§
billingGroupName?: string | null
[src]

The name of the billing group.

§
billingGroupProperties?: BillingGroupProperties | null
[src]

The properties of the billing group.

§
version?: number | null
[src]

The version of the billing group.