Class: Aws::QuickSight::Types::CascadingControlConfiguration

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

Overview

The values that are displayed in a control can be configured to only show values that are valid based on what’s selected in other controls.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_controlsArray<Types::CascadingControlSource>

A list of source controls that determine the values that are used in the current control.

Returns:



3523
3524
3525
3526
3527
# File 'lib/aws-sdk-quicksight/types.rb', line 3523

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