- Navigation Guide
@aws-sdk/client-bedrock
UntagResourceCommandInput Interface
The input for UntagResourceCommand.
Members
Name | Type | Details |
---|---|---|
resourceARN Required | string | undefined | The Amazon Resource Name (ARN) of the resource to untag. |
tagKeys Required | string[] | undefined | Tag keys of the tags to remove from the resource. |
Full Signature
export interface UntagResourceCommandInput extends UntagResourceRequest