Class: Aws::ServiceCatalog::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::Tag
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a tag. A tag is a key-value pair. Tags are propagated to the resources created when provisioning a product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key.
-
#value ⇒ String
The value for this key.