Struct aws_sdk_quicksight::model::FilterGroup
source · #[non_exhaustive]pub struct FilterGroup { /* private fields */ }
Expand description
A grouping of individual filters. Filter groups are applied to the same group of visuals.
For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon QuickSight User Guide.
Implementations§
source§impl FilterGroup
impl FilterGroup
sourcepub fn filter_group_id(&self) -> Option<&str>
pub fn filter_group_id(&self) -> Option<&str>
The value that uniquely identifies a FilterGroup
within a dashboard, template, or analysis.
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
The list of filters that are present in a FilterGroup
.
sourcepub fn scope_configuration(&self) -> Option<&FilterScopeConfiguration>
pub fn scope_configuration(&self) -> Option<&FilterScopeConfiguration>
The configuration that specifies what scope to apply to a FilterGroup
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
sourcepub fn status(&self) -> Option<&WidgetStatus>
pub fn status(&self) -> Option<&WidgetStatus>
The status of the FilterGroup
.
sourcepub fn cross_dataset(&self) -> Option<&CrossDatasetTypes>
pub fn cross_dataset(&self) -> Option<&CrossDatasetTypes>
The filter new feature which can apply filter group to all data sets. Choose one of the following options:
-
ALL_DATASETS
-
SINGLE_DATASET
source§impl FilterGroup
impl FilterGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FilterGroup
.
Trait Implementations§
source§impl Clone for FilterGroup
impl Clone for FilterGroup
source§fn clone(&self) -> FilterGroup
fn clone(&self) -> FilterGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for FilterGroup
impl Debug for FilterGroup
source§impl PartialEq<FilterGroup> for FilterGroup
impl PartialEq<FilterGroup> for FilterGroup
source§fn eq(&self, other: &FilterGroup) -> bool
fn eq(&self, other: &FilterGroup) -> bool
self
and other
values to be equal, and is used
by ==
.