Class: Aws::QuickSight::Types::SelectedSheetsFilterScopeConfiguration

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

Overview

The configuration for applying a filter to specific sheets or visuals. You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

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

#sheet_visual_scoping_configurationsArray<Types::SheetVisualScopingConfiguration>

The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.



25663
25664
25665
25666
25667
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25663

class SelectedSheetsFilterScopeConfiguration < Struct.new(
  :sheet_visual_scoping_configurations)
  SENSITIVE = []
  include Aws::Structure
end