Class: Aws::QuickSight::Types::DefaultDateTimePickerControlOptions

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 filter control type of a DateTimePicker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_modeString

The visibility configuration of the Apply button on a DateTimePickerControl.

Returns:

  • (String)


10246
10247
10248
10249
10250
10251
10252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10246

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

#display_optionsTypes::DateTimePickerControlDisplayOptions

The display options of a control.



10246
10247
10248
10249
10250
10251
10252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10246

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

#typeString

The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:

  • SINGLE_VALUED: The filter condition is a fixed date.

  • DATE_RANGE: The filter condition is a date time range.

Returns:

  • (String)


10246
10247
10248
10249
10250
10251
10252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10246

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