interface ListTagsForResourceResponse {
    Tags?: Record<string, string>;
}

Hierarchy (view full)

Properties

Properties

Tags?: Record<string, string>

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