Class: Aws::SQS::Types::ListQueueTagsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The list of all tags added to the specified queue.

Returns:

  • (Hash<String,String>)


831
832
833
834
# File 'lib/aws-sdk-sqs/types.rb', line 831

class ListQueueTagsResult < Struct.new(
  :tags)
  include Aws::Structure
end