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

ListResourceTagsResponse

import type { ListResourceTagsResponse } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface ListResourceTagsResponse {
NextMarker?: string | null;
Tags?: Tag[] | null;
Truncated?: boolean | null;
}

§Properties

§
NextMarker?: string | null
[src]

When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.

Do not assume or infer any information from this value.

§
Tags?: Tag[] | null
[src]

A list of tags. Each tag consists of a tag key and a tag value.

Note: Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see Using ABAC in KMS in the Key Management Service Developer Guide.

§
Truncated?: boolean | null
[src]

A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker element in thisresponse to the Marker parameter in a subsequent request.