Class UntagResourceRequest
Container for the parameters to the UntagResource operation. This action removes a tag from an Amazon FSx resource.
public class UntagResourceRequest : AmazonFSxRequest
- Inheritance
-
UntagResourceRequest
Constructors
UntagResourceRequest()
public UntagResourceRequest()
Properties
ResourceARN
Gets and sets the property ResourceARN.
The ARN of the Amazon FSx resource to untag.
public string ResourceARN { get; set; }
Property Value
TagKeys
Gets and sets the property TagKeys.
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.
public List<string> TagKeys { get; set; }