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

DescribeTagsOutput

import type { DescribeTagsOutput } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";

Amazon ML returns the following elements.

interface DescribeTagsOutput {
ResourceId?: string | null;
ResourceType?: TaggableResourceType | null;
Tags?: Tag[] | null;
}

§Properties

§
ResourceId?: string | null
[src]

The ID of the tagged ML object.

§
ResourceType?: TaggableResourceType | null
[src]

The type of the tagged ML object.

§
Tags?: Tag[] | null
[src]

A list of tags associated with the ML object.