Class: Aws::Types::DropDownControlDisplayOptions
- Inherits:
-
Object
- Object
- Aws::Types::DropDownControlDisplayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
-
#select_all_options ⇒ Types::ListControlSelectAllOptions
Returns the value of attribute select_all_options.
-
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
Instance Attribute Details
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
5563 5564 5565 |
# File 'sig/types.rbs', line 5563 def @info_icon_label_options end |
#select_all_options ⇒ Types::ListControlSelectAllOptions
Returns the value of attribute select_all_options.
5561 5562 5563 |
# File 'sig/types.rbs', line 5561 def @select_all_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
5562 5563 5564 |
# File 'sig/types.rbs', line 5562 def @title_options end |