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

GetTagValuesOutput

import type { GetTagValuesOutput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface GetTagValuesOutput {
PaginationToken?: string | null;
TagValues?: string[] | null;
}

§Properties

§
PaginationToken?: string | null
[src]

A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.

§
TagValues?: string[] | null
[src]

A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.