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.



7712
7713
7714
# File 'sig/types.rbs', line 7712

def info_icon_label_options
  @info_icon_label_options
end

#search_optionsTypes::ListControlSearchOptions

Returns the value of attribute search_options.



7709
7710
7711
# File 'sig/types.rbs', line 7709

def search_options
  @search_options
end

#select_all_optionsTypes::ListControlSelectAllOptions

Returns the value of attribute select_all_options.



7710
7711
7712
# File 'sig/types.rbs', line 7710

def select_all_options
  @select_all_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



7711
7712
7713
# File 'sig/types.rbs', line 7711

def title_options
  @title_options
end