Class: Aws::QuickSight::Types::ParameterDateTimePickerControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ParameterDateTimePickerControl
- Defined in:
- gems/aws-sdk-quicksight/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.
24551 24552 24553 24554 24555 24556 24557 24558 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24551 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
.
24551 24552 24553 24554 24555 24556 24557 24558 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24551 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
.
24551 24552 24553 24554 24555 24556 24557 24558 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24551 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
.
24551 24552 24553 24554 24555 24556 24557 24558 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24551 class ParameterDateTimePickerControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options) SENSITIVE = [] include Aws::Structure end |