Class: Aws::Connect::Types::ViewSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ViewSearchCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Defines the search criteria for filtering views.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#and_conditions ⇒ Array<Types::ViewSearchCriteria>
A list of conditions that must all be satisfied.
-
#or_conditions ⇒ Array<Types::ViewSearchCriteria>
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.
-
#view_status_condition ⇒ String
A condition that filters views by their status.
-
#view_type_condition ⇒ String
A condition that filters views by their type.
Instance Attribute Details
#and_conditions ⇒ Array<Types::ViewSearchCriteria>
A list of conditions that must all be satisfied.
35588 35589 35590 35591 35592 35593 35594 35595 35596 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35588 class ViewSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :view_type_condition, :view_status_condition) SENSITIVE = [] include Aws::Structure end |
#or_conditions ⇒ Array<Types::ViewSearchCriteria>
A list of conditions to be met, where at least one condition must be satisfied.
35588 35589 35590 35591 35592 35593 35594 35595 35596 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35588 class ViewSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :view_type_condition, :view_status_condition) SENSITIVE = [] include Aws::Structure end |
#string_condition ⇒ Types::StringCondition
A leaf node condition which can be used to specify a string condition.
35588 35589 35590 35591 35592 35593 35594 35595 35596 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35588 class ViewSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :view_type_condition, :view_status_condition) SENSITIVE = [] include Aws::Structure end |
#view_status_condition ⇒ String
A condition that filters views by their status.
35588 35589 35590 35591 35592 35593 35594 35595 35596 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35588 class ViewSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :view_type_condition, :view_status_condition) SENSITIVE = [] include Aws::Structure end |
#view_type_condition ⇒ String
A condition that filters views by their type.
35588 35589 35590 35591 35592 35593 35594 35595 35596 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35588 class ViewSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :view_type_condition, :view_status_condition) SENSITIVE = [] include Aws::Structure end |