Tag — AWS SDK for Ruby V3 (original) (raw)

Class: Aws::CodeDeploy::Types::Tag

Inherits:

Struct

Defined in:

gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

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