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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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.
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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
^
27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27533 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 |