Class: Aws::QuickSight::Types::NumericRangeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumericRangeFilter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A NumericRangeFilter
filters values that are within the value range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_function ⇒ Types::AggregationFunction
The aggregation function of the filter.
-
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
-
#default_filter_control_configuration ⇒ Types::DefaultFilterControlConfiguration
The default configurations for the associated controls.
-
#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 ⇒ Types::NumericRangeFilterValue
The maximum value for the filter value range.
-
#range_minimum ⇒ Types::NumericRangeFilterValue
The minimum value for the filter value range.
-
#select_all_options ⇒ String
Select all of the values.
Instance Attribute Details
#aggregation_function ⇒ Types::AggregationFunction
The aggregation function of the filter.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :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.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :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.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :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.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :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.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :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.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#range_maximum ⇒ Types::NumericRangeFilterValue
The maximum value for the filter value range.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#range_minimum ⇒ Types::NumericRangeFilterValue
The minimum value for the filter value range.
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |
#select_all_options ⇒ String
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
^
21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21839 class NumericRangeFilter < Struct.new( :filter_id, :column, :include_minimum, :include_maximum, :range_minimum, :range_maximum, :select_all_options, :aggregation_function, :null_option, :default_filter_control_configuration) SENSITIVE = [] include Aws::Structure end |