Class: Aws::Connect::Types::MetricSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::MetricSearchCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Defines the search criteria for filtering metrics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#and_conditions ⇒ Array<Types::MetricSearchCriteria>
A list of conditions that must all be satisfied.
-
#boolean_condition ⇒ Types::BooleanCondition
A boolean search condition for Search APIs.
-
#or_conditions ⇒ Array<Types::MetricSearchCriteria>
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::MetricSearchCriteria>
A list of conditions that must all be satisfied.
25686 25687 25688 25689 25690 25691 25692 25693 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25686 class MetricSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :boolean_condition) SENSITIVE = [] include Aws::Structure end |
#boolean_condition ⇒ Types::BooleanCondition
A boolean search condition for Search APIs.
25686 25687 25688 25689 25690 25691 25692 25693 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25686 class MetricSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :boolean_condition) SENSITIVE = [] include Aws::Structure end |
#or_conditions ⇒ Array<Types::MetricSearchCriteria>
A list of conditions to be met, where at least one condition must be satisfied.
25686 25687 25688 25689 25690 25691 25692 25693 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25686 class MetricSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :boolean_condition) SENSITIVE = [] include Aws::Structure end |
#string_condition ⇒ Types::StringCondition
A leaf node condition which can be used to specify a string condition.
25686 25687 25688 25689 25690 25691 25692 25693 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25686 class MetricSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :boolean_condition) SENSITIVE = [] include Aws::Structure end |