Struct aws_sdk_quicksight::model::Filter
source · #[non_exhaustive]pub struct Filter { /* private fields */ }
Expand description
With a Filter
, you can remove portions of data from a particular visual or view.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl Filter
impl Filter
sourcepub fn category_filter(&self) -> Option<&CategoryFilter>
pub fn category_filter(&self) -> Option<&CategoryFilter>
A CategoryFilter
filters text values.
For more information, see Adding text filters in the Amazon QuickSight User Guide.
sourcepub fn numeric_range_filter(&self) -> Option<&NumericRangeFilter>
pub fn numeric_range_filter(&self) -> Option<&NumericRangeFilter>
A NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range.
sourcepub fn numeric_equality_filter(&self) -> Option<&NumericEqualityFilter>
pub fn numeric_equality_filter(&self) -> Option<&NumericEqualityFilter>
A NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value.
sourcepub fn time_equality_filter(&self) -> Option<&TimeEqualityFilter>
pub fn time_equality_filter(&self) -> Option<&TimeEqualityFilter>
A TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value.
sourcepub fn time_range_filter(&self) -> Option<&TimeRangeFilter>
pub fn time_range_filter(&self) -> Option<&TimeRangeFilter>
A TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range.
sourcepub fn relative_dates_filter(&self) -> Option<&RelativeDatesFilter>
pub fn relative_dates_filter(&self) -> Option<&RelativeDatesFilter>
A RelativeDatesFilter
filters date values that are relative to a given date.
sourcepub fn top_bottom_filter(&self) -> Option<&TopBottomFilter>
pub fn top_bottom_filter(&self) -> Option<&TopBottomFilter>
A TopBottomFilter
filters data to the top or bottom values for a given column.