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.
6042 6043 6044 |
# File 'sig/types.rbs', line 6042 def and_conditions @and_conditions end |
#boolean_condition ⇒ Types::BooleanCondition
Returns the value of attribute boolean_condition.
6044 6045 6046 |
# File 'sig/types.rbs', line 6044 def boolean_condition @boolean_condition end |
#or_conditions ⇒ ::Array[Types::MetricSearchCriteria]
Returns the value of attribute or_conditions.
6041 6042 6043 |
# File 'sig/types.rbs', line 6041 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
6043 6044 6045 |
# File 'sig/types.rbs', line 6043 def string_condition @string_condition end |