Class: Aws::QuickSight::Types::ParameterTextFieldControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ParameterTextFieldControl
- Defined in:
- gems/aws-sdk-quicksight/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.
24818 24819 24820 24821 24822 24823 24824 24825 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24818 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
.
24818 24819 24820 24821 24822 24823 24824 24825 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24818 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
.
24818 24819 24820 24821 24822 24823 24824 24825 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24818 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
.
24818 24819 24820 24821 24822 24823 24824 24825 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24818 class ParameterTextFieldControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options) SENSITIVE = [] include Aws::Structure end |