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
-
#control_title_format_text ⇒ Types::ControlTitleFormatText
The title text format configuration for the control.
-
#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
#control_title_format_text ⇒ Types::ControlTitleFormatText
The title text format configuration for the control.
30274 30275 30276 30277 30278 30279 30280 30281 30282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30274 class ParameterTextFieldControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::TextFieldControlDisplayOptions
The display options of a control.
30274 30275 30276 30277 30278 30279 30280 30281 30282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30274 class ParameterTextFieldControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |
#parameter_control_id ⇒ String
The ID of the ‘ParameterTextFieldControl`.
30274 30275 30276 30277 30278 30279 30280 30281 30282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30274 class ParameterTextFieldControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |
#source_parameter_name ⇒ String
The source parameter name of the ‘ParameterTextFieldControl`.
30274 30275 30276 30277 30278 30279 30280 30281 30282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30274 class ParameterTextFieldControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the ‘ParameterTextFieldControl`.
30274 30275 30276 30277 30278 30279 30280 30281 30282 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30274 class ParameterTextFieldControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |