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_values ⇒ Types::DateTimeDefaultValues

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



15941
15942
15943
15944
15945
15946
15947
15948
15949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15941

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

#mapped_data_set_parameters ⇒ Array<Types::MappedDataSetParameter>

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

Returns:



15941
15942
15943
15944
15945
15946
15947
15948
15949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15941

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

#name ⇒ String

The name of the parameter that is being declared.

Returns:

  • (String)


15941
15942
15943
15944
15945
15946
15947
15948
15949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15941

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

#time_granularity ⇒ String

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

Returns:

  • (String)


15941
15942
15943
15944
15945
15946
15947
15948
15949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15941

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

#value_when_unset ⇒ Types::DateTimeValueWhenUnsetConfiguration

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



15941
15942
15943
15944
15945
15946
15947
15948
15949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15941

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