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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 34944 class ViewSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :view_type_condition, :view_status_condition) SENSITIVE = [] include Aws::Structure end |