Class: Aws::AppRunner::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::Tag
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the tag.
-
#value ⇒ String
The value of the tag.