Class: Aws::QuickSight::Types::FilterOperationTargetVisualsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilterOperationTargetVisualsConfiguration
- 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
-
#same_sheet_target_visual_configuration ⇒ Types::SameSheetTargetVisualConfiguration
The configuration of the same-sheet target visuals that you want to be filtered.
Instance Attribute Details
#same_sheet_target_visual_configuration ⇒ Types::SameSheetTargetVisualConfiguration
The configuration of the same-sheet target visuals that you want to be filtered.
15065 15066 15067 15068 15069 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15065 class FilterOperationTargetVisualsConfiguration < Struct.new( :same_sheet_target_visual_configuration) SENSITIVE = [] include Aws::Structure end |