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

GetTagKeysInput

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

§Properties

§
PaginationToken?: string | null
[src]

Specifies a PaginationToken response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.