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_configurationsArray<Types::ControlSortConfiguration>

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



13428
13429
13430
13431
13432
13433
13434
13435
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428

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

#display_optionsTypes::ListControlDisplayOptions

The display options of a control.



13428
13429
13430
13431
13432
13433
13434
13435
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428

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

#selectable_valuesTypes::FilterSelectableValues

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



13428
13429
13430
13431
13432
13433
13434
13435
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428

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

#typeString

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)


13428
13429
13430
13431
13432
13433
13434
13435
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428

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