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.



21736
21737
21738
21739
21740
21741
21742
21743
# File 'lib/aws-sdk-quicksight/types.rb', line 21736

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)


21736
21737
21738
21739
21740
21741
21742
21743
# File 'lib/aws-sdk-quicksight/types.rb', line 21736

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)


21736
21737
21738
21739
21740
21741
21742
21743
# File 'lib/aws-sdk-quicksight/types.rb', line 21736

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)


21736
21737
21738
21739
21740
21741
21742
21743
# File 'lib/aws-sdk-quicksight/types.rb', line 21736

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