Class: Aws::QuickSight::Types::FilterListControl

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cascading_control_configurationTypes::CascadingControlConfiguration

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.



14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
# File 'lib/aws-sdk-quicksight/types.rb', line 14990

class FilterListControl < Struct.new(
  :filter_control_id,
  :title,
  :source_filter_id,
  :display_options,
  :type,
  :selectable_values,
  :cascading_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#display_optionsTypes::ListControlDisplayOptions

The display options of a control.



14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
# File 'lib/aws-sdk-quicksight/types.rb', line 14990

class FilterListControl < Struct.new(
  :filter_control_id,
  :title,
  :source_filter_id,
  :display_options,
  :type,
  :selectable_values,
  :cascading_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#filter_control_idString

The ID of the ‘FilterListControl`.

Returns:

  • (String)


14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
# File 'lib/aws-sdk-quicksight/types.rb', line 14990

class FilterListControl < Struct.new(
  :filter_control_id,
  :title,
  :source_filter_id,
  :display_options,
  :type,
  :selectable_values,
  :cascading_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#selectable_valuesTypes::FilterSelectableValues

A list of selectable values that are used in a control.



14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
# File 'lib/aws-sdk-quicksight/types.rb', line 14990

class FilterListControl < Struct.new(
  :filter_control_id,
  :title,
  :source_filter_id,
  :display_options,
  :type,
  :selectable_values,
  :cascading_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_filter_idString

The source filter ID of the ‘FilterListControl`.

Returns:

  • (String)


14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
# File 'lib/aws-sdk-quicksight/types.rb', line 14990

class FilterListControl < Struct.new(
  :filter_control_id,
  :title,
  :source_filter_id,
  :display_options,
  :type,
  :selectable_values,
  :cascading_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the ‘FilterListControl`.

Returns:

  • (String)


14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
# File 'lib/aws-sdk-quicksight/types.rb', line 14990

class FilterListControl < Struct.new(
  :filter_control_id,
  :title,
  :source_filter_id,
  :display_options,
  :type,
  :selectable_values,
  :cascading_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the ‘FilterListControl`. Choose one of the following options:

  • ‘MULTI_SELECT`: The user can select multiple entries from the list.

  • ‘SINGLE_SELECT`: The user can select a single entry from the list.

Returns:

  • (String)


14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
# File 'lib/aws-sdk-quicksight/types.rb', line 14990

class FilterListControl < Struct.new(
  :filter_control_id,
  :title,
  :source_filter_id,
  :display_options,
  :type,
  :selectable_values,
  :cascading_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end