Class: Aws::Types::MetricSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::MetricSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::MetricSearchCriteria]
Returns the value of attribute and_conditions.
-
#boolean_condition ⇒ Types::BooleanCondition
Returns the value of attribute boolean_condition.
-
#or_conditions ⇒ ::Array[Types::MetricSearchCriteria]
Returns the value of attribute or_conditions.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::MetricSearchCriteria]
Returns the value of attribute and_conditions.
5858 5859 5860 |
# File 'sig/types.rbs', line 5858 def and_conditions @and_conditions end |
#boolean_condition ⇒ Types::BooleanCondition
Returns the value of attribute boolean_condition.
5860 5861 5862 |
# File 'sig/types.rbs', line 5860 def boolean_condition @boolean_condition end |
#or_conditions ⇒ ::Array[Types::MetricSearchCriteria]
Returns the value of attribute or_conditions.
5857 5858 5859 |
# File 'sig/types.rbs', line 5857 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
5859 5860 5861 |
# File 'sig/types.rbs', line 5859 def string_condition @string_condition end |