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

GetTagsResponse

import type { GetTagsResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetTagsResponse {
NextPageToken?: string | null;
ReturnSize: number;
Tags: string[];
TotalSize: number;
}

§Properties

§
NextPageToken?: string | null
[src]

The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

§
ReturnSize: number
[src]

The number of query results that Amazon Web Services returns at a time.

§
Tags: string[]
[src]

The tags that match your request.

§
TotalSize: number
[src]

The total number of query results.