Class: Aws::Connect::Types::ResourceTagsSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ResourceTagsSearchCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The search criteria to be used to search tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_search_condition ⇒ Types::TagSearchCondition
The search criteria to be used to return tags.
Instance Attribute Details
#tag_search_condition ⇒ Types::TagSearchCondition
The search criteria to be used to return tags.
19021 19022 19023 19024 19025 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19021 class ResourceTagsSearchCriteria < Struct.new( :tag_search_condition) SENSITIVE = [] include Aws::Structure end |