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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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.
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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
^
24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24097 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 |