Class: Aws::QuickSight::Types::FilterScopeConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

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

Returns:

  • (Types::AllSheetsFilterScopeConfiguration)


14502
14503
14504
14505
14506
14507
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14502

class FilterScopeConfiguration < Struct.new(
  :selected_sheets,
  :all_sheets)
  SENSITIVE = []
  include Aws::Structure
end

#selected_sheetsTypes::SelectedSheetsFilterScopeConfiguration

The configuration for applying a filter to specific sheets.



14502
14503
14504
14505
14506
14507
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14502

class FilterScopeConfiguration < Struct.new(
  :selected_sheets,
  :all_sheets)
  SENSITIVE = []
  include Aws::Structure
end