Class: Aws::MQ::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ListTagsResponse
- Defined in:
- gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#tags ⇒ Hash<String,String>
2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2265 class ListTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |