class Aws::SQS::Types::UntagQueueRequest

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

data as a hash:

    {
      queue_url: "String", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] queue_url

The URL of the queue.
@return [String]

@!attribute [rw] tag_keys

The list of tags to be removed from the specified queue.
@return [Array<String>]

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

Constants

SENSITIVE