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.
5853 5854 5855 |
# File 'sig/types.rbs', line 5853 def and_conditions @and_conditions end |
#boolean_condition ⇒ Types::BooleanCondition
Returns the value of attribute boolean_condition.
5855 5856 5857 |
# File 'sig/types.rbs', line 5855 def boolean_condition @boolean_condition end |
#or_conditions ⇒ ::Array[Types::MetricSearchCriteria]
Returns the value of attribute or_conditions.
5852 5853 5854 |
# File 'sig/types.rbs', line 5852 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
5854 5855 5856 |
# File 'sig/types.rbs', line 5854 def string_condition @string_condition end |