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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18099
18100
18101
18102
18103
18104
18105
18106
# File 'lib/aws-sdk-connect/types.rb', line 18099

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)


18099
18100
18101
18102
18103
18104
18105
18106
# File 'lib/aws-sdk-connect/types.rb', line 18099

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)


18099
18100
18101
18102
18103
18104
18105
18106
# File 'lib/aws-sdk-connect/types.rb', line 18099

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)


18099
18100
18101
18102
18103
18104
18105
18106
# File 'lib/aws-sdk-connect/types.rb', line 18099

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