Class: Aws::QuickSight::Types::CascadingControlSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#column_to_matchTypes::ColumnIdentifier

The column identifier that determines which column to look up for the source sheet control.



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

class CascadingControlSource < Struct.new(
  :source_sheet_control_id,
  :column_to_match)
  SENSITIVE = []
  include Aws::Structure
end

#source_sheet_control_idString

The source sheet control ID of a CascadingControlSource.

Returns:

  • (String)


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

class CascadingControlSource < Struct.new(
  :source_sheet_control_id,
  :column_to_match)
  SENSITIVE = []
  include Aws::Structure
end