- Navigation Guide
@aws-sdk/client-fsx
UntagResourceCommandInput Interface
The input for UntagResourceCommand.
Members
Name | Type | Details |
---|---|---|
ResourceARN Required | string | undefined | The ARN of the Amazon FSx resource to untag. |
TagKeys Required | string[] | undefined | A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent. |
Full Signature
export interface UntagResourceCommandInput extends UntagResourceRequest