Class: Aws::QuickSight::Types::TextAreaControlDisplayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TextAreaControlDisplayOptions
- 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
-
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
The configuration of info icon label options.
-
#placeholder_options ⇒ Types::TextControlPlaceholderOptions
The configuration of the placeholder options in a text area control.
-
#title_options ⇒ Types::LabelOptions
The options to configure the title visibility, name, and font size.
Instance Attribute Details
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
The configuration of info icon label options.
30770 30771 30772 30773 30774 30775 30776 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30770 class TextAreaControlDisplayOptions < Struct.new( :title_options, :placeholder_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |
#placeholder_options ⇒ Types::TextControlPlaceholderOptions
The configuration of the placeholder options in a text area control.
30770 30771 30772 30773 30774 30775 30776 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30770 class TextAreaControlDisplayOptions < Struct.new( :title_options, :placeholder_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |
#title_options ⇒ Types::LabelOptions
The options to configure the title visibility, name, and font size.
30770 30771 30772 30773 30774 30775 30776 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30770 class TextAreaControlDisplayOptions < Struct.new( :title_options, :placeholder_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |