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.
31089 31090 31091 31092 31093 31094 31095 31096 31097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31089 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.
31089 31090 31091 31092 31093 31094 31095 31096 31097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31089 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`.
31089 31090 31091 31092 31093 31094 31095 31096 31097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31089 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`.
31089 31090 31091 31092 31093 31094 31095 31096 31097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31089 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`.
31089 31090 31091 31092 31093 31094 31095 31096 31097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31089 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |