Class: Aws::QuickSight::Types::ParameterTextFieldControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ParameterTextFieldControl
- 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
-
#display_options ⇒ Types::TextFieldControlDisplayOptions
The display options of a control.
-
#parameter_control_id ⇒ String
The ID of the ‘ParameterTextFieldControl`.
-
#source_parameter_name ⇒ String
The source parameter name of the ‘ParameterTextFieldControl`.
-
#title ⇒ String
The title of the ‘ParameterTextFieldControl`.
Instance Attribute Details
#display_options ⇒ Types::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_id ⇒ String
The ID of the ‘ParameterTextFieldControl`.
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_name ⇒ String
The source parameter name of the ‘ParameterTextFieldControl`.
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 |
#title ⇒ String
The title of the ‘ParameterTextFieldControl`.
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 |