Class: Aws::SQS::Types::UntagQueueRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the queue.

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
# File 'lib/aws-sdk-sqs/types.rb', line 2472

class UntagQueueRequest < Struct.new(
  :queue_url,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

The list of tags to be removed from the specified queue.

Returns:

  • (Array<String>)


2472
2473
2474
2475
2476
2477
# File 'lib/aws-sdk-sqs/types.rb', line 2472

class UntagQueueRequest < Struct.new(
  :queue_url,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end