Class: Aws::SQS::Types::ListQueueTagsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::ListQueueTagsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The list of all tags added to the specified queue.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of all tags added to the specified queue.
1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-sqs/types.rb', line 1296 class ListQueueTagsResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |