class Aws::MediaStore::Types::TagResourceInput

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

data as a hash:

    {
      resource: "ContainerARN", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] resource

The Amazon Resource Name (ARN) for the container.
@return [String]

@!attribute [rw] tags

An array of key:value pairs that you want to add to the container.
You need to specify only the tags that you want to add or update.
For example, suppose a container already has two tags
(customer:CompanyA and priority:High). You want to change the
priority tag and also add a third tag (type:Contract). For
TagResource, you specify the following tags: priority:Medium,
type:Contract. The result is that your container has three tags:
customer:CompanyA, priority:Medium, and type:Contract.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/mediastore-2017-09-01/TagResourceInput AWS API Documentation

Constants

SENSITIVE