Class: Aws::MQ::Types::Tags

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

Overview

A map of the key-value pairs for the resource tag.

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)


1711
1712
1713
1714
# File 'lib/aws-sdk-mq/types.rb', line 1711

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