Class: Aws::LicenseManager::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::Tag
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass Tag data as a hash:
{
key: "String",
value: "String",
}
Details about a tag for a license configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
Tag key.
-
#value ⇒ String
Tag value.