class Aws::MediaStore::Types::UntagResourceInput

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

data as a hash:

    {
      resource: "ContainerARN", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource

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

@!attribute [rw] tag_keys

A comma-separated list of keys for tags that you want to remove from
the container. For example, if your container has two tags
(customer:CompanyA and priority:High) and you want to remove one of
the tags (priority:High), you specify the key for the tag that you
want to remove (priority).
@return [Array<String>]

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

Constants

SENSITIVE