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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#static_valuesArray<Time>

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

Returns:

  • (Array<Time>)


9220
9221
9222
9223
9224
# File 'lib/aws-sdk-quicksight/types.rb', line 9220

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