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

ResourceTagsDescriptionMessage

import type { ResourceTagsDescriptionMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
interface ResourceTagsDescriptionMessage {
ResourceArn?: string | null;
ResourceTags: Tag[];
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource for which a tag list was requested.

§
ResourceTags: Tag[]
[src]

A list of tag key-value pairs.