Class: Aws::QuickSight::Types::DateTimeParameterDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DateTimeParameterDeclaration
- 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
-
#default_values ⇒ Types::DateTimeDefaultValues
The default values of a parameter.
-
#mapped_data_set_parameters ⇒ Array<Types::MappedDataSetParameter>
A list of dataset parameters that are mapped to an analysis parameter.
-
#name ⇒ String
The name of the parameter that is being declared.
-
#time_granularity ⇒ String
The level of time precision that is used to aggregate ‘DateTime` values.
-
#value_when_unset ⇒ Types::DateTimeValueWhenUnsetConfiguration
The configuration that defines the default value of a ‘DateTime` parameter when a value has not been set.
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.
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_parameters ⇒ Array<Types::MappedDataSetParameter>
A list of dataset parameters that are mapped to an analysis parameter.
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 |
#name ⇒ String
The name of the parameter that is being declared.
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_granularity ⇒ String
The level of time precision that is used to aggregate ‘DateTime` values.
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_unset ⇒ Types::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 |