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

ListResourcesAssociatedToCustomLineItemOutput

import type { ListResourcesAssociatedToCustomLineItemOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListResourcesAssociatedToCustomLineItemOutput {
Arn?: string | null;
NextToken?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The custom line item ARN for which the resource associations are listed.

§

A list of ListResourcesAssociatedToCustomLineItemResponseElement for each resource association retrieved.

§
NextToken?: string | null
[src]

The pagination token to be used in subsequent requests to retrieve additional results.