Class: Aws::MQ::Types::ListTagsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


2248
2249
2250
2251
2252
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2248

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