class Aws::MediaConvert::Types::TagResourceRequest

To add tags to a queue, preset, or job template, send a request with the Amazon Resource Name (ARN) of the resource and the tags that you want to add.

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

data as a hash:

    {
      arn: "__string", # required
      tags: { # required
        "__string" => "__string",
      },
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the resource that you want to tag.
To get the ARN, send a GET request with the resource name.
@return [String]

@!attribute [rw] tags

The tags that you want to add to the resource. You can tag resources
with a key-value pair or with only a key.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TagResourceRequest AWS API Documentation

Constants

SENSITIVE