Class: Aws::QuickSight::Types::DefaultTextAreaControlOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultTextAreaControlOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The default options that correspond to the ‘TextArea` filter control type.
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.
Instance Attribute Details
#delimiter ⇒ String
The delimiter that is used to separate the lines in text.
10500 10501 10502 10503 10504 10505 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10500 class DefaultTextAreaControlOptions < Struct.new( :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::TextAreaControlDisplayOptions
The display options of a control.
10500 10501 10502 10503 10504 10505 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10500 class DefaultTextAreaControlOptions < Struct.new( :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |