Class: Aws::QuickSight::Types::TextAreaControlDisplayOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The display options of a control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

The configuration of info icon label options.



28423
28424
28425
28426
28427
28428
28429
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28423

class TextAreaControlDisplayOptions < Struct.new(
  :title_options,
  :placeholder_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#placeholder_optionsTypes::TextControlPlaceholderOptions

The configuration of the placeholder options in a text area control.



28423
28424
28425
28426
28427
28428
28429
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28423

class TextAreaControlDisplayOptions < Struct.new(
  :title_options,
  :placeholder_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#title_optionsTypes::LabelOptions

The options to configure the title visibility, name, and font size.

Returns:



28423
28424
28425
28426
28427
28428
28429
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28423

class TextAreaControlDisplayOptions < Struct.new(
  :title_options,
  :placeholder_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end