Class: Aws::QuickSight::Types::DefaultTextAreaControlOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultTextAreaControlOptions
- Defined in:
- gems/aws-sdk-quicksight/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.
10068 10069 10070 10071 10072 10073 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10068 class DefaultTextAreaControlOptions < Struct.new( :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::TextAreaControlDisplayOptions
The display options of a control.
10068 10069 10070 10071 10072 10073 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10068 class DefaultTextAreaControlOptions < Struct.new( :delimiter, :display_options) SENSITIVE = [] include Aws::Structure end |