Class: Aws::Connect::Types::TagCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TagCondition
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A leaf node condition which can be used to specify a tag condition,
for example, HAVE BPO = 123
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_key ⇒ String
The tag key in the tag condition.
-
#tag_value ⇒ String
The tag value in the tag condition.
Instance Attribute Details
#tag_key ⇒ String
The tag key in the tag condition.
20409 20410 20411 20412 20413 20414 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20409 class TagCondition < Struct.new( :tag_key, :tag_value) SENSITIVE = [] include Aws::Structure end |
#tag_value ⇒ String
The tag value in the tag condition.
20409 20410 20411 20412 20413 20414 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20409 class TagCondition < Struct.new( :tag_key, :tag_value) SENSITIVE = [] include Aws::Structure end |