Class: Aws::Connect::Types::AgentStatusSearchFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentStatusSearchFilter
- 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
-
#attribute_filter ⇒ Types::ControlPlaneAttributeFilter
An object that can be used to specify Tag conditions inside the
SearchFilter
.
Instance Attribute Details
#attribute_filter ⇒ Types::ControlPlaneAttributeFilter
An object that can be used to specify Tag conditions inside the
SearchFilter
. This accepts an OR
of AND
(List of List) input
where:
The top level list specifies conditions that need to be applied with
OR
operator.The inner list specifies conditions that need to be applied with
AND
operator.
419 420 421 422 423 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 419 class AgentStatusSearchFilter < Struct.new( :attribute_filter) SENSITIVE = [] include Aws::Structure end |