Class: Aws::QuickSight::Types::FilterOperationTargetVisualsConfiguration

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

Overview

The configuration of target visuals that you want to be filtered.

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

#same_sheet_target_visual_configurationTypes::SameSheetTargetVisualConfiguration

The configuration of the same-sheet target visuals that you want to be filtered.



15065
15066
15067
15068
15069
# File 'lib/aws-sdk-quicksight/types.rb', line 15065

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