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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sqs/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)


2744
2745
2746
2747
2748
2749
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2744

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>)


2744
2745
2746
2747
2748
2749
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2744

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