Class: Aws::Types::DateTimePickerControlDisplayOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_icon_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute date_icon_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3666
3667
3668
# File 'sig/types.rbs', line 3666

def date_icon_visibility
  @date_icon_visibility
end

#date_time_format::String

Returns the value of attribute date_time_format.

Returns:

  • (::String)


3663
3664
3665
# File 'sig/types.rbs', line 3663

def date_time_format
  @date_time_format
end

#helper_text_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute helper_text_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3665
3666
3667
# File 'sig/types.rbs', line 3665

def helper_text_visibility
  @helper_text_visibility
end

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

Returns the value of attribute info_icon_label_options.



3664
3665
3666
# File 'sig/types.rbs', line 3664

def info_icon_label_options
  @info_icon_label_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



3662
3663
3664
# File 'sig/types.rbs', line 3662

def title_options
  @title_options
end