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.
8473 8474 8475 |
# File 'sig/types.rbs', line 8473 def control_title_format_text @control_title_format_text end |
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
Returns the value of attribute display_options.
8472 8473 8474 |
# File 'sig/types.rbs', line 8472 def @display_options end |
#parameter_control_id ⇒ ::String
Returns the value of attribute parameter_control_id.
8469 8470 8471 |
# File 'sig/types.rbs', line 8469 def parameter_control_id @parameter_control_id end |
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
8471 8472 8473 |
# File 'sig/types.rbs', line 8471 def source_parameter_name @source_parameter_name end |
#title ⇒ ::String
Returns the value of attribute title.
8470 8471 8472 |
# File 'sig/types.rbs', line 8470 def title @title end |