Class: Aws::QuickSight::Types::DefaultTextFieldControlOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The default options that correspond to the ‘TextField` filter control type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_optionsTypes::TextFieldControlDisplayOptions

The display options of a control.



9447
9448
9449
9450
9451
# File 'lib/aws-sdk-quicksight/types.rb', line 9447

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