Class: Aws::Connect::Types::WorkspaceAssociationSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceAssociationSearchCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Defines the search criteria for filtering workspace associations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#and_conditions ⇒ Array<Types::WorkspaceAssociationSearchCriteria>
A list of conditions that must all be satisfied.
-
#or_conditions ⇒ Array<Types::WorkspaceAssociationSearchCriteria>
A list of conditions to be met, where at least one condition must be satisfied.
-
#string_condition ⇒ Types::StringCondition
A leaf node condition which can be used to specify a string condition.
Instance Attribute Details
#and_conditions ⇒ Array<Types::WorkspaceAssociationSearchCriteria>
A list of conditions that must all be satisfied.
35304 35305 35306 35307 35308 35309 35310 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35304 class WorkspaceAssociationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition) SENSITIVE = [] include Aws::Structure end |
#or_conditions ⇒ Array<Types::WorkspaceAssociationSearchCriteria>
A list of conditions to be met, where at least one condition must be satisfied.
35304 35305 35306 35307 35308 35309 35310 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35304 class WorkspaceAssociationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition) SENSITIVE = [] include Aws::Structure end |
#string_condition ⇒ Types::StringCondition
A leaf node condition which can be used to specify a string condition.
35304 35305 35306 35307 35308 35309 35310 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35304 class WorkspaceAssociationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition) SENSITIVE = [] include Aws::Structure end |