Class: Aws::CodePipeline::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::Tag
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
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.
Instance Attribute Details
#key ⇒ String
The tag’s key.
5607 5608 5609 5610 5611 5612 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5607 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag’s value.
5607 5608 5609 5610 5611 5612 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5607 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |