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.
5306 5307 5308 |
# File 'sig/types.rbs', line 5306 def @info_icon_label_options end |
#select_all_options ⇒ Types::ListControlSelectAllOptions
Returns the value of attribute select_all_options.
5304 5305 5306 |
# File 'sig/types.rbs', line 5304 def @select_all_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
5305 5306 5307 |
# File 'sig/types.rbs', line 5305 def @title_options end |