Class: Aws::QuickSight::Types::DateTimeDatasetParameter

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

Overview

A date time parameter for a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valuesTypes::DateTimeDatasetParameterDefaultValues

A list of default values for a given date time parameter. This structure only accepts static values.



8709
8710
8711
8712
8713
8714
8715
8716
8717
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709

class DateTimeDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :time_granularity,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#idString

An identifier for the parameter that is created in the dataset.

Returns:

  • (String)


8709
8710
8711
8712
8713
8714
8715
8716
8717
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709

class DateTimeDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :time_granularity,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the date time parameter that is created in the dataset.

Returns:

  • (String)


8709
8710
8711
8712
8713
8714
8715
8716
8717
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709

class DateTimeDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :time_granularity,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#time_granularityString

The time granularity of the date time parameter.

Returns:

  • (String)


8709
8710
8711
8712
8713
8714
8715
8716
8717
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709

class DateTimeDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :time_granularity,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#value_typeString

The value type of the dataset parameter. Valid values are single value or multi value.

Returns:

  • (String)


8709
8710
8711
8712
8713
8714
8715
8716
8717
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709

class DateTimeDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :time_granularity,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end