Class: Aws::Connect::Types::TagSearchCondition

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

Overview

The search criteria to be used to return tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_keyString

The tag key used in the tag search condition.

Returns:

  • (String)


19027
19028
19029
19030
19031
19032
19033
19034
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19027

class TagSearchCondition < Struct.new(
  :tag_key,
  :tag_value,
  :tag_key_comparison_type,
  :tag_value_comparison_type)
  SENSITIVE = []
  include Aws::Structure
end

#tag_key_comparison_typeString

The type of comparison to be made when evaluating the tag key in tag search condition.

Returns:

  • (String)


19027
19028
19029
19030
19031
19032
19033
19034
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19027

class TagSearchCondition < Struct.new(
  :tag_key,
  :tag_value,
  :tag_key_comparison_type,
  :tag_value_comparison_type)
  SENSITIVE = []
  include Aws::Structure
end

#tag_valueString

The tag value used in the tag search condition.

Returns:

  • (String)


19027
19028
19029
19030
19031
19032
19033
19034
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19027

class TagSearchCondition < Struct.new(
  :tag_key,
  :tag_value,
  :tag_key_comparison_type,
  :tag_value_comparison_type)
  SENSITIVE = []
  include Aws::Structure
end

#tag_value_comparison_typeString

The type of comparison to be made when evaluating the tag value in tag search condition.

Returns:

  • (String)


19027
19028
19029
19030
19031
19032
19033
19034
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19027

class TagSearchCondition < Struct.new(
  :tag_key,
  :tag_value,
  :tag_key_comparison_type,
  :tag_value_comparison_type)
  SENSITIVE = []
  include Aws::Structure
end