The output of ListTagsForResourceCommand.

interface ListTagsForResourceCommandOutput {
    $metadata: ResponseMetadata;
    Tags?: Record<string, string>;
}

Hierarchy (view full)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Tags?: Record<string, string>

A list of key-value tags assigned to the resource.