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")


3535
3536
3537
# File 'sig/types.rbs', line 3535

def date_icon_visibility
  @date_icon_visibility
end

#date_time_format::String

Returns the value of attribute date_time_format.

Returns:

  • (::String)


3532
3533
3534
# File 'sig/types.rbs', line 3532

def date_time_format
  @date_time_format
end

#helper_text_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute helper_text_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3534
3535
3536
# File 'sig/types.rbs', line 3534

def helper_text_visibility
  @helper_text_visibility
end

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

Returns the value of attribute info_icon_label_options.



3533
3534
3535
# File 'sig/types.rbs', line 3533

def info_icon_label_options
  @info_icon_label_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



3531
3532
3533
# File 'sig/types.rbs', line 3531

def title_options
  @title_options
end