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

UpdateCustomLineItemOutput

import type { UpdateCustomLineItemOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface UpdateCustomLineItemOutput {
Arn?: string | null;
AssociationSize?: number | null;
BillingGroupArn?: string | null;
ChargeDetails?: ListCustomLineItemChargeDetails | null;
Description?: string | null;
LastModifiedTime?: number | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the successfully updated custom line item.

§
AssociationSize?: number | null
[src]

The number of resources that are associated to the custom line item.

§
BillingGroupArn?: string | null
[src]

The ARN of the billing group that the custom line item is applied to.

§

A ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom line item.

§
Description?: string | null
[src]

The description of the successfully updated custom line item.

§
LastModifiedTime?: number | null
[src]

The most recent time when the custom line item was modified.

§
Name?: string | null
[src]

The name of the successfully updated custom line item.