Class: Aws::QuickSight::Types::CascadingControlSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CascadingControlSource
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The source controls that are used in a
CascadingControlConfiguration
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_to_match ⇒ Types::ColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
-
#source_sheet_control_id ⇒ String
The source sheet control ID of a
CascadingControlSource
.
Instance Attribute Details
#column_to_match ⇒ Types::ColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
3983 3984 3985 3986 3987 3988 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3983 class CascadingControlSource < Struct.new( :source_sheet_control_id, :column_to_match) SENSITIVE = [] include Aws::Structure end |
#source_sheet_control_id ⇒ String
The source sheet control ID of a CascadingControlSource
.
3983 3984 3985 3986 3987 3988 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3983 class CascadingControlSource < Struct.new( :source_sheet_control_id, :column_to_match) SENSITIVE = [] include Aws::Structure end |