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

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)


1284
1285
1286
1287
1288
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1284

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