class Aws::FSx::Types::TagResourceRequest

The request object for the `TagResource` operation.

@note When making an API call, you may pass TagResourceRequest

data as a hash:

    {
      resource_arn: "ResourceARN", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the Amazon FSx resource that you
want to tag.
@return [String]

@!attribute [rw] 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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE