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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#display_optionsTypes::ListControlDisplayOptions

The display options of a control.



9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-quicksight/types.rb', line 9225

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

#selectable_valuesTypes::FilterSelectableValues

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



9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-quicksight/types.rb', line 9225

class DefaultFilterListControlOptions < Struct.new(
  :display_options,
  :type,
  :selectable_values)
  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)


9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-quicksight/types.rb', line 9225

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