Class: Aws::Connect::Types::TestCaseSearchFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TestCaseSearchFilter
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Filters to be applied to search results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_filter ⇒ Types::ControlPlaneTagFilter
An object that can be used to specify Tag conditions inside the SearchFilter.
Instance Attribute Details
#tag_filter ⇒ Types::ControlPlaneTagFilter
An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where: Top level list specifies conditions that need to be applied with OR operator. Inner list specifies conditions that need to be applied with AND operator.
33193 33194 33195 33196 33197 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33193 class TestCaseSearchFilter < Struct.new( :tag_filter) SENSITIVE = [] include Aws::Structure end |