class Aws::MediaConnect::Types::TagResourceRequest

The tags to add to the resource. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

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

data as a hash:

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

@!attribute [rw] resource_arn

@return [String]

@!attribute [rw] tags

A map from tag keys to values. Tag keys can have a maximum character
length of 128 characters, and tag values can have a maximum length
of 256 characters.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/TagResourceRequest AWS API Documentation

Constants

SENSITIVE