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

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

Instance Attribute Details

#delimiterString

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

Returns:

  • (String)


9936
9937
9938
9939
9940
9941
# File 'lib/aws-sdk-quicksight/types.rb', line 9936

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

#display_optionsTypes::TextAreaControlDisplayOptions

The display options of a control.



9936
9937
9938
9939
9940
9941
# File 'lib/aws-sdk-quicksight/types.rb', line 9936

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