Class: Aws::MailManager::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::Tag
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
A key-value pair (the value is optional), that you can define and assign to Amazon Web Services resources.
Constant Summary collapse
- SENSITIVE =
[:key, :value]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the key-value tag.
-
#value ⇒ String
The value of the key-value tag.