Class: Aws::Types::DefaultDateTimePickerControlOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_mode"AUTO", "MANUAL"

Returns the value of attribute commit_mode.

Returns:

  • ("AUTO", "MANUAL")


3607
3608
3609
# File 'sig/types.rbs', line 3607

def commit_mode
  @commit_mode
end

#display_optionsTypes::DateTimePickerControlDisplayOptions

Returns the value of attribute display_options.



3606
3607
3608
# File 'sig/types.rbs', line 3606

def display_options
  @display_options
end

#type"SINGLE_VALUED", "DATE_RANGE"

Returns the value of attribute type.

Returns:

  • ("SINGLE_VALUED", "DATE_RANGE")


3605
3606
3607
# File 'sig/types.rbs', line 3605

def type
  @type
end