Class: Aws::QuickSight::Types::NumericEqualityFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A NumericEqualityFilter filters values that are equal to the specified value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_functionTypes::AggregationFunction

The aggregation function of the filter.



20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#columnTypes::ColumnIdentifier

The column that the filter is applied to.



20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#default_filter_control_configurationTypes::DefaultFilterControlConfiguration

The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.



20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#filter_idString

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#match_operatorString

The match operator that is used to determine if a filter should be applied.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#null_optionString

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.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_nameString

The parameter whose value should be used for the filter value.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#select_all_optionsString

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

^

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The input value.

Returns:

  • (Float)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
20981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20969

class NumericEqualityFilter < Struct.new(
  :filter_id,
  :column,
  :value,
  :select_all_options,
  :match_operator,
  :aggregation_function,
  :parameter_name,
  :null_option,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end