Class: Aws::QuickSight::Types::FilterScopeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilterScopeConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The scope configuration for a FilterGroup
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#all_sheets ⇒ Types::AllSheetsFilterScopeConfiguration
The configuration that applies a filter to all sheets.
-
#selected_sheets ⇒ Types::SelectedSheetsFilterScopeConfiguration
The configuration for applying a filter to specific sheets.
Instance Attribute Details
#all_sheets ⇒ Types::AllSheetsFilterScopeConfiguration
The configuration that applies a filter to all sheets. When you
choose AllSheets
as the value for a FilterScopeConfiguration
,
this filter is applied to all visuals of all sheets in an Analysis,
Dashboard, or Template. The AllSheetsFilterScopeConfiguration
is
chosen.
16113 16114 16115 16116 16117 16118 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16113 class FilterScopeConfiguration < Struct.new( :selected_sheets, :all_sheets) SENSITIVE = [] include Aws::Structure end |
#selected_sheets ⇒ Types::SelectedSheetsFilterScopeConfiguration
The configuration for applying a filter to specific sheets.
16113 16114 16115 16116 16117 16118 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16113 class FilterScopeConfiguration < Struct.new( :selected_sheets, :all_sheets) SENSITIVE = [] include Aws::Structure end |