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 set of tags (key-value pairs) that are part of the requested resource.