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

GetTagKeysOutput

import type { GetTagKeysOutput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface GetTagKeysOutput {
PaginationToken?: string | null;
TagKeys?: 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.

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

A list of all tag keys in the Amazon Web Services account.