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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>)


1112
1113
1114
1115
1116
# File 'lib/aws-sdk-sqs/types.rb', line 1112

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