Class: Aws::QuickSight::Types::CascadingControlConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CascadingControlConfiguration
- 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
-
#source_controls ⇒ Array<Types::CascadingControlSource>
A list of source controls that determine the values that are used in the current control.
Instance Attribute Details
#source_controls ⇒ Array<Types::CascadingControlSource>
A list of source controls that determine the values that are used in the current control.
3946 3947 3948 3949 3950 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3946 class CascadingControlConfiguration < Struct.new( :source_controls) SENSITIVE = [] include Aws::Structure end |