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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)


2550
2551
2552
2553
2554
# File 'lib/aws-sdk-mq/types.rb', line 2550

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