Class: Aws::Types::DropDownControlDisplayOptions

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.



5306
5307
5308
# File 'sig/types.rbs', line 5306

def info_icon_label_options
  @info_icon_label_options
end

#select_all_optionsTypes::ListControlSelectAllOptions

Returns the value of attribute select_all_options.



5304
5305
5306
# File 'sig/types.rbs', line 5304

def select_all_options
  @select_all_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



5305
5306
5307
# File 'sig/types.rbs', line 5305

def title_options
  @title_options
end