Class: Aws::QuickSight::Types::DateTimeDatasetParameterDefaultValues

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The default values of a date time parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_valuesArray<Time>

A list of static default values for a given date time parameter.

Returns:

  • (Array<Time>)


8727
8728
8729
8730
8731
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8727

class DateTimeDatasetParameterDefaultValues < Struct.new(
  :static_values)
  SENSITIVE = []
  include Aws::Structure
end