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

CreateBillingGroupResponse

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

§Properties

§
billingGroupArn?: string | null
[src]

The ARN of the billing group.

§
billingGroupId?: string | null
[src]

The ID of the billing group.

§
billingGroupName?: string | null
[src]

The name you gave to the billing group.