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.
29450 29451 29452 29453 29454 29455 29456 29457 29458 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29450 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.
29450 29451 29452 29453 29454 29455 29456 29457 29458 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29450 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`.
29450 29451 29452 29453 29454 29455 29456 29457 29458 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29450 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`.
29450 29451 29452 29453 29454 29455 29456 29457 29458 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29450 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`.
29450 29451 29452 29453 29454 29455 29456 29457 29458 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29450 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :control_title_format_text) SENSITIVE = [] include Aws::Structure end |