Class: Aws::LookoutMetrics::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::Filter
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Describes a filter for choosing a subset of dimension values. Each
filter consists of the dimension that you want to include and the
condition statement. The condition statement is specified in the
FilterOperation
object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_value ⇒ String
The value that you want to include in the filter.
-
#filter_operation ⇒ String
The condition to apply.