Class: Aws::QuickSight::Types::SameSheetTargetVisualConfiguration

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

Instance Attribute Details

#target_visual_optionsString

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.

^

Returns:

  • (String)


24729
24730
24731
24732
24733
24734
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24729

class SameSheetTargetVisualConfiguration < Struct.new(
  :target_visuals,
  :target_visual_options)
  SENSITIVE = []
  include Aws::Structure
end

#target_visualsArray<String>

A list of the target visual IDs that are located in the same sheet of the analysis.

Returns:

  • (Array<String>)


24729
24730
24731
24732
24733
24734
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24729

class SameSheetTargetVisualConfiguration < Struct.new(
  :target_visuals,
  :target_visual_options)
  SENSITIVE = []
  include Aws::Structure
end