Class: Aws::Types::ParameterDateTimePickerControl
- Inherits:
-
Object
- Object
- Aws::Types::ParameterDateTimePickerControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
-
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
Returns the value of attribute display_options.
-
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
-
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#control_title_format_text ⇒ Types::ControlTitleFormatText
Returns the value of attribute control_title_format_text.
8824 8825 8826 |
# File 'sig/types.rbs', line 8824 def control_title_format_text @control_title_format_text end |
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
Returns the value of attribute display_options.
8823 8824 8825 |
# File 'sig/types.rbs', line 8823 def @display_options end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8820 8821 8822 |
# File 'sig/types.rbs', line 8820 def parameter_control_id @parameter_control_id end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8822 8823 8824 |
# File 'sig/types.rbs', line 8822 def source_parameter_name @source_parameter_name end |
#title ⇒ ::String
Returns the value of attribute title.
8821 8822 8823 |
# File 'sig/types.rbs', line 8821 def title @title end |