Class: Aws::SQS::Types::ListQueueTagsRequest

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

Overview

Note:

When making an API call, you may pass ListQueueTagsRequest data as a hash:

{
  queue_url: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the queue.

Returns:

  • (String)


842
843
844
845
# File 'lib/aws-sdk-sqs/types.rb', line 842

class ListQueueTagsRequest < Struct.new(
  :queue_url)
  include Aws::Structure
end