Class: Aws::QuickSight::Types::DefaultFilterListControlOptions

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

Overview

The default options that correspond to the List filter control type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_sort_configurations ⇒ Array<Types::ControlSortConfiguration>

The sort configuration for the values displayed in the control. Only one sort configuration can be applied per control.



16457
16458
16459
16460
16461
16462
16463
16464
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16457

class DefaultFilterListControlOptions < Struct.new(
  :display_options,
  :type,
  :selectable_values,
  :control_sort_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#display_options ⇒ Types::ListControlDisplayOptions

The display options of a control.



16457
16458
16459
16460
16461
16462
16463
16464
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16457

class DefaultFilterListControlOptions < Struct.new(
  :display_options,
  :type,
  :selectable_values,
  :control_sort_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#selectable_values ⇒ Types::FilterSelectableValues

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



16457
16458
16459
16460
16461
16462
16463
16464
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16457

class DefaultFilterListControlOptions < Struct.new(
  :display_options,
  :type,
  :selectable_values,
  :control_sort_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of the DefaultFilterListControlOptions. 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)


16457
16458
16459
16460
16461
16462
16463
16464
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16457

class DefaultFilterListControlOptions < Struct.new(
  :display_options,
  :type,
  :selectable_values,
  :control_sort_configurations)
  SENSITIVE = []
  include Aws::Structure
end