Class: Aws::Types::ListControlDisplayOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

Returns the value of attribute info_icon_label_options.



7401
7402
7403
# File 'sig/types.rbs', line 7401

def info_icon_label_options
  @info_icon_label_options
end

#search_optionsTypes::ListControlSearchOptions

Returns the value of attribute search_options.



7398
7399
7400
# File 'sig/types.rbs', line 7398

def search_options
  @search_options
end

#select_all_optionsTypes::ListControlSelectAllOptions

Returns the value of attribute select_all_options.



7399
7400
7401
# File 'sig/types.rbs', line 7399

def select_all_options
  @select_all_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



7400
7401
7402
# File 'sig/types.rbs', line 7400

def title_options
  @title_options
end