Class: Aws::Connect::Types::ResourceTagsSearchCriteria

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

Overview

The search criteria to be used to search tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_search_conditionTypes::TagSearchCondition

The search criteria to be used to return tags.



15010
15011
15012
15013
15014
# File 'lib/aws-sdk-connect/types.rb', line 15010

class ResourceTagsSearchCriteria < Struct.new(
  :tag_search_condition)
  SENSITIVE = []
  include Aws::Structure
end