Class: Aws::Types::ListControlDisplayOptions
- Inherits:
-
Object
- Object
- Aws::Types::ListControlDisplayOptions
- 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.
-
#search_options ⇒ Types::ListControlSearchOptions
Returns the value of attribute search_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.
7401 7402 7403 |
# File 'sig/types.rbs', line 7401 def @info_icon_label_options end |
#search_options ⇒ Types::ListControlSearchOptions
Returns the value of attribute search_options.
7398 7399 7400 |
# File 'sig/types.rbs', line 7398 def @search_options end |
#select_all_options ⇒ Types::ListControlSelectAllOptions
Returns the value of attribute select_all_options.
7399 7400 7401 |
# File 'sig/types.rbs', line 7399 def @select_all_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
7400 7401 7402 |
# File 'sig/types.rbs', line 7400 def @title_options end |