Class: Aws::QuickSight::Types::ParameterTextAreaControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ParameterTextAreaControl
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A control to display a text box that is used to enter multiple entries.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delimiter ⇒ String
The delimiter that is used to separate the lines in text.
-
#display_options ⇒ Types::TextAreaControlDisplayOptions
The display options of a control.
-
#parameter_control_id ⇒ String
The ID of the
ParameterTextAreaControl
. -
#source_parameter_name ⇒ String
The source parameter name of the
ParameterTextAreaControl
. -
#title ⇒ String
The title of the
ParameterTextAreaControl
.
Instance Attribute Details
#delimiter ⇒ String
The delimiter that is used to separate the lines in text.
22733 22734 22735 22736 22737 22738 22739 22740 22741 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22733 class ParameterTextAreaControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::TextAreaControlDisplayOptions
The display options of a control.
22733 22734 22735 22736 22737 22738 22739 22740 22741 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22733 class ParameterTextAreaControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |
#parameter_control_id ⇒ String
The ID of the ParameterTextAreaControl
.
22733 22734 22735 22736 22737 22738 22739 22740 22741 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22733 class ParameterTextAreaControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |
#source_parameter_name ⇒ String
The source parameter name of the ParameterTextAreaControl
.
22733 22734 22735 22736 22737 22738 22739 22740 22741 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22733 class ParameterTextAreaControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the ParameterTextAreaControl
.
22733 22734 22735 22736 22737 22738 22739 22740 22741 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22733 class ParameterTextAreaControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |