Class: Aws::QuickSight::Types::DateTimeParameterDeclaration

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

Overview

A parameter declaration for the DateTime data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valuesTypes::DateTimeDefaultValues

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.



8764
8765
8766
8767
8768
8769
8770
8771
8772
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8764

class DateTimeParameterDeclaration < Struct.new(
  :name,
  :default_values,
  :time_granularity,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#mapped_data_set_parametersArray<Types::MappedDataSetParameter>

A list of dataset parameters that are mapped to an analysis parameter.

Returns:



8764
8765
8766
8767
8768
8769
8770
8771
8772
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8764

class DateTimeParameterDeclaration < Struct.new(
  :name,
  :default_values,
  :time_granularity,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the parameter that is being declared.

Returns:

  • (String)


8764
8765
8766
8767
8768
8769
8770
8771
8772
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8764

class DateTimeParameterDeclaration < Struct.new(
  :name,
  :default_values,
  :time_granularity,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#time_granularityString

The level of time precision that is used to aggregate DateTime values.

Returns:

  • (String)


8764
8765
8766
8767
8768
8769
8770
8771
8772
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8764

class DateTimeParameterDeclaration < Struct.new(
  :name,
  :default_values,
  :time_granularity,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#value_when_unsetTypes::DateTimeValueWhenUnsetConfiguration

The configuration that defines the default value of a DateTime parameter when a value has not been set.



8764
8765
8766
8767
8768
8769
8770
8771
8772
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8764

class DateTimeParameterDeclaration < Struct.new(
  :name,
  :default_values,
  :time_granularity,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end