Class: Aws::QuickSight::Types::ParameterDateTimePickerControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ParameterDateTimePickerControl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A control from a date parameter that specifies date and time.
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::DateTimePickerControlDisplayOptions
The display options of a control.
-
#parameter_control_id ⇒ String
The ID of the
ParameterDateTimePickerControl. -
#source_parameter_name ⇒ String
The name of the
ParameterDateTimePickerControl. -
#title ⇒ String
The title of the
ParameterDateTimePickerControl.
Instance Attribute Details
#control_title_format_text ⇒ Types::ControlTitleFormatText
The title text format configuration for the control.
32089 32090 32091 32092 32093 32094 32095 32096 32097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32089 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
The display options of a control.
32089 32090 32091 32092 32093 32094 32095 32096 32097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32089 class ParameterDateTimePickerControl < 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 ParameterDateTimePickerControl.
32089 32090 32091 32092 32093 32094 32095 32096 32097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32089 class ParameterDateTimePickerControl < 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 name of the ParameterDateTimePickerControl.
32089 32090 32091 32092 32093 32094 32095 32096 32097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32089 class ParameterDateTimePickerControl < 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 ParameterDateTimePickerControl.
32089 32090 32091 32092 32093 32094 32095 32096 32097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32089 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |