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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


1485
1486
1487
1488
# File 'lib/aws-sdk-mq/types.rb', line 1485

class ListTagsResponse < Struct.new(
  :tags)
  include Aws::Structure
end