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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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.
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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
^
26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26004 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 |