Class: Aws::QuickSight::Types::DefaultTextAreaControlOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#delimiter ⇒ String

The delimiter that is used to separate the lines in text.

Returns:

  • (String)


16670
16671
16672
16673
16674
16675
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16670

class DefaultTextAreaControlOptions < Struct.new(
  :delimiter,
  :display_options)
  SENSITIVE = []
  include Aws::Structure
end

#display_options ⇒ Types::TextAreaControlDisplayOptions

The display options of a control.



16670
16671
16672
16673
16674
16675
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16670

class DefaultTextAreaControlOptions < Struct.new(
  :delimiter,
  :display_options)
  SENSITIVE = []
  include Aws::Structure
end