Class: Aws::Connect::Types::TagSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TagSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A tag set contains tag key and tag value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key in the TagSet.
-
#value ⇒ String
The tag value in the tagSet.
Instance Attribute Details
#key ⇒ String
The tag key in the TagSet.
31213 31214 31215 31216 31217 31218 |
# File 'lib/aws-sdk-connect/types.rb', line 31213 class TagSet < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag value in the tagSet.
31213 31214 31215 31216 31217 31218 |
# File 'lib/aws-sdk-connect/types.rb', line 31213 class TagSet < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |