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

DisassociateResourceResponseElement

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

A resource disassociation result for a percentage custom line item.

interface DisassociateResourceResponseElement {
Arn?: string | null;
Error?: AssociateResourceError | null;
}

§Properties

§
Arn?: string | null
[src]

The resource ARN that was disassociated from the custom line item.

§

An AssociateResourceError that's shown if the resource disassociation fails.