Class: Aws::CodePipeline::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::Tag
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Note:
When making an API call, you may pass Tag data as a hash:
{
key: "TagKey", # required
value: "TagValue", # required
}
A tag is a key-value pair that is used to manage the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag's key.
-
#value ⇒ String
The tag's value.