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

ListCostAllocationTagsRequest

import type { ListCostAllocationTagsRequest } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
interface ListCostAllocationTagsRequest {
MaxResults?: number | null;
NextToken?: string | null;
Status?: CostAllocationTagStatus | null;
TagKeys?: string[] | null;
Type?: CostAllocationTagType | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of objects that are returned for this request. By default, the request returns 100 results.

§
NextToken?: string | null
[src]

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

§

The status of cost allocation tag keys that are returned for this request.

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

The list of cost allocation tag keys that are returned for this request.

§

The type of CostAllocationTag object that are returned for this request. The AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you define, create, and apply to resources.