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

#display_optionsTypes::DropDownControlDisplayOptions

The display options of a control.



9195
9196
9197
9198
9199
9200
9201
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9195

class DefaultFilterDropDownControlOptions < 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.



9195
9196
9197
9198
9199
9200
9201
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9195

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


9195
9196
9197
9198
9199
9200
9201
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9195

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