Class TagResourceRequest
Container for the parameters to the TagResource operation. Tags an Amazon FSx resource.
public class TagResourceRequest : AmazonFSxRequest
- Inheritance
-
TagResourceRequest
Constructors
TagResourceRequest()
public TagResourceRequest()
Properties
ResourceARN
Gets and sets the property ResourceARN.
The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.
public string ResourceARN { get; set; }
Property Value
Tags
Gets and sets the property Tags.
A list of tags for the resource. If a tag with a given key already exists, the value is replaced by the one specified in this parameter.
public List<Tag> Tags { get; set; }