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
-
#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
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
The display options of a control.
23571 23572 23573 23574 23575 23576 23577 23578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23571 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options) SENSITIVE = [] include Aws::Structure end |
#parameter_control_id ⇒ String
The ID of the ‘ParameterDateTimePickerControl`.
23571 23572 23573 23574 23575 23576 23577 23578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23571 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options) SENSITIVE = [] include Aws::Structure end |
#source_parameter_name ⇒ String
The name of the ‘ParameterDateTimePickerControl`.
23571 23572 23573 23574 23575 23576 23577 23578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23571 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the ‘ParameterDateTimePickerControl`.
23571 23572 23573 23574 23575 23576 23577 23578 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23571 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options) SENSITIVE = [] include Aws::Structure end |