Tag — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::CodeDeploy::Types::Tag
Inherits:
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::Tag show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #key ⇒ String
The tag's key. - #value ⇒ String
The tag's value.
Instance Attribute Details
#key ⇒ String
4604 4605 4606 4607 4608 4609 | # File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4604 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
---|
#value ⇒ String
4604 4605 4606 4607 4608 4609 | # File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4604 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
---|