interface UntagResourceRequest {
    ResourceARN: undefined | string;
    TagKeys: undefined | string[];
}

Hierarchy (view full)

Properties

Properties

ResourceARN: undefined | string

The Amazon Resource Name (ARN) that specifies the resource to be untagged.

TagKeys: undefined | string[]

Specifies the tags to be removed from the resource specified by the ResourceARN.