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)


2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2793

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


2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2793

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