Class: Aws::QuickSight::Types::ParameterTextFieldControl

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

Overview

A control to display a text box that is used to enter a single entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_optionsTypes::TextFieldControlDisplayOptions

The display options of a control.



23838
23839
23840
23841
23842
23843
23844
23845
# File 'lib/aws-sdk-quicksight/types.rb', line 23838

class ParameterTextFieldControl < Struct.new(
  :parameter_control_id,
  :title,
  :source_parameter_name,
  :display_options)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_control_idString

The ID of the ‘ParameterTextFieldControl`.

Returns:

  • (String)


23838
23839
23840
23841
23842
23843
23844
23845
# File 'lib/aws-sdk-quicksight/types.rb', line 23838

class ParameterTextFieldControl < Struct.new(
  :parameter_control_id,
  :title,
  :source_parameter_name,
  :display_options)
  SENSITIVE = []
  include Aws::Structure
end

#source_parameter_nameString

The source parameter name of the ‘ParameterTextFieldControl`.

Returns:

  • (String)


23838
23839
23840
23841
23842
23843
23844
23845
# File 'lib/aws-sdk-quicksight/types.rb', line 23838

class ParameterTextFieldControl < Struct.new(
  :parameter_control_id,
  :title,
  :source_parameter_name,
  :display_options)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the ‘ParameterTextFieldControl`.

Returns:

  • (String)


23838
23839
23840
23841
23842
23843
23844
23845
# File 'lib/aws-sdk-quicksight/types.rb', line 23838

class ParameterTextFieldControl < Struct.new(
  :parameter_control_id,
  :title,
  :source_parameter_name,
  :display_options)
  SENSITIVE = []
  include Aws::Structure
end