Class: Aws::QuickSight::Types::FilterDateTimePickerControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilterDateTimePickerControl
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A control from a date filter that is used to specify date and time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_mode ⇒ String
The visibility configurationof the Apply button on a
DateTimePickerControl. -
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
The display options of a control.
-
#filter_control_id ⇒ String
The ID of the
FilterDateTimePickerControl. -
#source_filter_id ⇒ String
The source filter ID of the
FilterDateTimePickerControl. -
#title ⇒ String
The title of the
FilterDateTimePickerControl. -
#type ⇒ String
The type of the
FilterDropDownControl.
Instance Attribute Details
#commit_mode ⇒ String
The visibility configurationof the Apply button on a
DateTimePickerControl.
18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18253 class FilterDateTimePickerControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
The display options of a control.
18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18253 class FilterDateTimePickerControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#filter_control_id ⇒ String
The ID of the FilterDateTimePickerControl.
18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18253 class FilterDateTimePickerControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#source_filter_id ⇒ String
The source filter ID of the FilterDateTimePickerControl.
18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18253 class FilterDateTimePickerControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the FilterDateTimePickerControl.
18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18253 class FilterDateTimePickerControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
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.
18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18253 class FilterDateTimePickerControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :commit_mode) SENSITIVE = [] include Aws::Structure end |