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.



11403
11404
11405
# File 'sig/types.rbs', line 11403

def info_icon_label_options
  @info_icon_label_options
end

#placeholder_optionsTypes::TextControlPlaceholderOptions

Returns the value of attribute placeholder_options.



11402
11403
11404
# File 'sig/types.rbs', line 11402

def placeholder_options
  @placeholder_options
end

#title_optionsTypes::LabelOptions

Returns the value of attribute title_options.

Returns:



11401
11402
11403
# File 'sig/types.rbs', line 11401

def title_options
  @title_options
end