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

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



3137
3138
3139
3140
3141
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3137

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