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
DateTimevalues.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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.
37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37593 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 |