Class: Aws::QuickSight::Types::TimeRangeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TimeRangeFilter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A TimeRangeFilter
filters values that are between two specified
values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
-
#default_filter_control_configuration ⇒ Types::DefaultFilterControlConfiguration
The default configurations for the associated controls.
-
#exclude_period_configuration ⇒ Types::ExcludePeriodConfiguration
The exclude period of the time range filter.
-
#filter_id ⇒ String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
-
#include_maximum ⇒ Boolean
Determines whether the maximum value in the filter value range should be included in the filtered results.
-
#include_minimum ⇒ Boolean
Determines whether the minimum value in the filter value range should be included in the filtered results.
-
#null_option ⇒ String
This option determines how null values should be treated when filtering data.
-
#range_maximum_value ⇒ Types::TimeRangeFilterValue
The maximum value for the filter value range.
-
#range_minimum_value ⇒ Types::TimeRangeFilterValue
The minimum value for the filter value range.
-
#time_granularity ⇒ String
The level of time precision that is used to aggregate
DateTime
values.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#default_filter_control_configuration ⇒ Types::DefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#exclude_period_configuration ⇒ Types::ExcludePeriodConfiguration
The exclude period of the time range filter.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#filter_id ⇒ String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#include_maximum ⇒ Boolean
Determines whether the maximum value in the filter value range should be included in the filtered results.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#include_minimum ⇒ Boolean
Determines whether the minimum value in the filter value range should be included in the filtered results.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#null_option ⇒ String
This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#range_maximum_value ⇒ Types::TimeRangeFilterValue
The maximum value for the filter value range.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#range_minimum_value ⇒ Types::TimeRangeFilterValue
The minimum value for the filter value range.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#time_granularity ⇒ String
The level of time precision that is used to aggregate DateTime
values.
33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33839 class TimeRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum_value, :range_maximum_value, :null_option, :exclude_period_configuration, :time_granularity, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |