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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



9890
9891
9892
9893
9894
9895
9896
9897
9898
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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:



9890
9891
9892
9893
9894
9895
9896
9897
9898
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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)


9890
9891
9892
9893
9894
9895
9896
9897
9898
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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)


9890
9891
9892
9893
9894
9895
9896
9897
9898
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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.



9890
9891
9892
9893
9894
9895
9896
9897
9898
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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