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)


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_optionsTypes::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