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.
22639 22640 22641 22642 22643 22644 22645 22646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22639 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`.
22639 22640 22641 22642 22643 22644 22645 22646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22639 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`.
22639 22640 22641 22642 22643 22644 22645 22646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22639 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`.
22639 22640 22641 22642 22643 22644 22645 22646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22639 class ParameterTextFieldControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options) SENSITIVE = [] include Aws::Structure end |