Class: Aws::QuickSight::Types::DefaultDateTimePickerControlOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::DefaultDateTimePickerControlOptions
 
- 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
- 
  
    
      #commit_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The visibility configuration of the Apply button on a DateTimePickerControl.
- 
  
    
      #display_options  ⇒ Types::DateTimePickerControlDisplayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The display options of a control. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date time picker type of the DefaultDateTimePickerControlOptions.
Instance Attribute Details
#commit_mode ⇒ String
The visibility configuration of the Apply button on a
DateTimePickerControl.
| 11210 11211 11212 11213 11214 11215 11216 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11210 class DefaultDateTimePickerControlOptions < Struct.new( :type, :display_options, :commit_mode) SENSITIVE = [] include Aws::Structure end | 
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
The display options of a control.
| 11210 11211 11212 11213 11214 11215 11216 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11210 class DefaultDateTimePickerControlOptions < Struct.new( :type, :display_options, :commit_mode) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
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.
| 11210 11211 11212 11213 11214 11215 11216 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11210 class DefaultDateTimePickerControlOptions < Struct.new( :type, :display_options, :commit_mode) SENSITIVE = [] include Aws::Structure end |