Class: Aws::QuickSight::Types::DefaultFilterDropDownControlOptions

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 Dropdown filter control type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_modeString

The visibility configuration of the Apply button on a FilterDropDownControl.

Returns:

  • (String)


10343
10344
10345
10346
10347
10348
10349
10350
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343

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

#display_optionsTypes::DropDownControlDisplayOptions

The display options of a control.



10343
10344
10345
10346
10347
10348
10349
10350
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343

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

#selectable_valuesTypes::FilterSelectableValues

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



10343
10344
10345
10346
10347
10348
10349
10350
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343

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

#typeString

The type of the FilterDropDownControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from a dropdown menu.

  • SINGLE_SELECT: The user can select a single entry from a dropdown menu.

Returns:

  • (String)


10343
10344
10345
10346
10347
10348
10349
10350
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343

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