Class: Aws::Types::TextAreaControlDisplayOptions

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.



11013
11014
11015
# File 'sig/types.rbs', line 11013

def info_icon_label_options
  @info_icon_label_options
end

#placeholder_optionsTypes::TextControlPlaceholderOptions

Returns the value of attribute placeholder_options.



11012
11013
11014
# File 'sig/types.rbs', line 11012

def placeholder_options
  @placeholder_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



11011
11012
11013
# File 'sig/types.rbs', line 11011

def title_options
  @title_options
end