class Aws::SQS::Types::TagQueueRequest

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

data as a hash:

    {
      queue_url: "String", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] queue_url

The URL of the queue.
@return [String]

@!attribute [rw] tags

The list of tags to be added to the specified queue.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/TagQueueRequest AWS API Documentation

Constants

SENSITIVE