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

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

#tagsHash<String,String>

The list of all tags added to the specified queue.

Returns:

  • (Hash<String,String>)


1295
1296
1297
1298
1299
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1295

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