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

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

#display_optionsTypes::DateTimePickerControlDisplayOptions

The display options of a control.



9093
9094
9095
9096
9097
9098
# File 'lib/aws-sdk-quicksight/types.rb', line 9093

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


9093
9094
9095
9096
9097
9098
# File 'lib/aws-sdk-quicksight/types.rb', line 9093

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