Class: Aws::QuickSight::Types::FilterGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

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*.

[1]: docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_datasetString

The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ‘ALL_DATASETS`

  • ‘SINGLE_DATASET`

Returns:

  • (String)


14897
14898
14899
14900
14901
14902
14903
14904
14905
# File 'lib/aws-sdk-quicksight/types.rb', line 14897

class FilterGroup < Struct.new(
  :filter_group_id,
  :filters,
  :scope_configuration,
  :status,
  :cross_dataset)
  SENSITIVE = []
  include Aws::Structure
end

#filter_group_idString

The value that uniquely identifies a ‘FilterGroup` within a dashboard, template, or analysis.

Returns:

  • (String)


14897
14898
14899
14900
14901
14902
14903
14904
14905
# File 'lib/aws-sdk-quicksight/types.rb', line 14897

class FilterGroup < Struct.new(
  :filter_group_id,
  :filters,
  :scope_configuration,
  :status,
  :cross_dataset)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::Filter>

The list of filters that are present in a ‘FilterGroup`.

Returns:



14897
14898
14899
14900
14901
14902
14903
14904
14905
# File 'lib/aws-sdk-quicksight/types.rb', line 14897

class FilterGroup < Struct.new(
  :filter_group_id,
  :filters,
  :scope_configuration,
  :status,
  :cross_dataset)
  SENSITIVE = []
  include Aws::Structure
end

#scope_configurationTypes::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.



14897
14898
14899
14900
14901
14902
14903
14904
14905
# File 'lib/aws-sdk-quicksight/types.rb', line 14897

class FilterGroup < Struct.new(
  :filter_group_id,
  :filters,
  :scope_configuration,
  :status,
  :cross_dataset)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ‘FilterGroup`.

Returns:

  • (String)


14897
14898
14899
14900
14901
14902
14903
14904
14905
# File 'lib/aws-sdk-quicksight/types.rb', line 14897

class FilterGroup < Struct.new(
  :filter_group_id,
  :filters,
  :scope_configuration,
  :status,
  :cross_dataset)
  SENSITIVE = []
  include Aws::Structure
end