Class: Aws::QuickSight::Types::SameSheetTargetVisualConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SameSheetTargetVisualConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of the same-sheet 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
-
#target_visual_options ⇒ String
The options that choose the target visual in the same sheet.
-
#target_visuals ⇒ Array<String>
A list of the target visual IDs that are located in the same sheet of the analysis.
Instance Attribute Details
#target_visual_options ⇒ String
The options that choose the target visual in the same sheet.
Valid values are defined as follows:
-
‘ALL_VISUALS`: Applies the filter operation to all visuals in the same sheet.
^
26912 26913 26914 26915 26916 26917 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26912 class SameSheetTargetVisualConfiguration < Struct.new( :target_visuals, :target_visual_options) SENSITIVE = [] include Aws::Structure end |
#target_visuals ⇒ Array<String>
A list of the target visual IDs that are located in the same sheet of the analysis.
26912 26913 26914 26915 26916 26917 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26912 class SameSheetTargetVisualConfiguration < Struct.new( :target_visuals, :target_visual_options) SENSITIVE = [] include Aws::Structure end |