class Aws::DAX::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_name: "String", # required
      tag_keys: ["String"], # required
    }

@!attribute [rw] resource_name

The name of the DAX resource from which the tags should be removed.
@return [String]

@!attribute [rw] tag_keys

A list of tag keys. If the DAX cluster has any tags with these keys,
then the tags are removed from the cluster.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE