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

ListResourcesAssociatedToCustomLineItemResponseElement

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

A representation of a resource association for a custom line item.

interface ListResourcesAssociatedToCustomLineItemResponseElement {
Arn?: string | null;
EndBillingPeriod?: string | null;
Relationship?: CustomLineItemRelationship | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the associated resource.

§
EndBillingPeriod?: string | null
[src]

The end billing period of the associated resource.

§
Relationship?: CustomLineItemRelationship | null
[src]

The type of relationship between the custom line item and the associated resource.