Class: Aws::QuickSight::Types::FilterControl

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

Overview

The control of a filter that is used to interact with a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_sheetTypes::FilterCrossSheetControl

A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end

#date_time_pickerTypes::FilterDateTimePickerControl

A control from a date filter that is used to specify date and time.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end

A control to display a dropdown list with buttons that are used to select a single value.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end

#listTypes::FilterListControl

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end

#relative_date_timeTypes::FilterRelativeDateTimeControl

A control from a date filter that is used to specify the relative date.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end

#sliderTypes::FilterSliderControl

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end

#text_areaTypes::FilterTextAreaControl

A control to display a text box that is used to enter multiple entries.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end

#text_fieldTypes::FilterTextFieldControl

A control to display a text box that is used to enter a single entry.



14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
# File 'lib/aws-sdk-quicksight/types.rb', line 14102

class FilterControl < Struct.new(
  :date_time_picker,
  :list,
  :dropdown,
  :text_field,
  :text_area,
  :slider,
  :relative_date_time,
  :cross_sheet)
  SENSITIVE = []
  include Aws::Structure
end