Class: Aws::QuickSight::Types::DateTimeParameter

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

Overview

A date-time parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A display name for the date-time parameter.

Returns:

  • (String)


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

class DateTimeParameter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Time>

The values for the date-time parameter.

Returns:

  • (Array<Time>)


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

class DateTimeParameter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end