Class: Aws::QuickSight::Types::CascadingControlConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CascadingControlConfiguration
- 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
-
#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.
3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3963 class CascadingControlConfiguration < Struct.new( :source_controls) SENSITIVE = [] include Aws::Structure end |