You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DAX::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UntagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The name of the DAX resource from which the tags should be removed.

Returns:

  • (String)

    The name of the DAX resource from which the tags should be removed.

#tag_keysArray<String>

A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

Returns:

  • (Array<String>)

    A list of tag keys.