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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



14447
14448
14449
14450
14451
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14447

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