Class: Aws::QConnect::Types::TagCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

A leaf node condition which can be used to specify a tag condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag key in the tag condition.

Returns:

  • (String)


4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4039

class TagCondition < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The tag value in the tag condition.

Returns:

  • (String)


4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4039

class TagCondition < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end