Class: Aws::QuickSight::Types::DateTimeDatasetParameterDefaultValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DateTimeDatasetParameterDefaultValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The default values of a date time parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_values ⇒ Array<Time>
A list of static default values for a given date time parameter.
Instance Attribute Details
#static_values ⇒ Array<Time>
A list of static default values for a given date time parameter.
9766 9767 9768 9769 9770 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9766 class DateTimeDatasetParameterDefaultValues < Struct.new( :static_values) SENSITIVE = [] include Aws::Structure end |