class Aws::DAX::Types::TagResourceRequest

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

data as a hash:

    {
      resource_name: "String", # required
      tags: [ # required
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] resource_name

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

@!attribute [rw] tags

The tags to be assigned to the DAX resource.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE