Class: Aws::QuickSight::Types::TopicNumericEqualityFilter

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

Overview

A filter that filters topics based on the value of a numeric field. The filter includes only topics whose numeric field value matches the specified value.

Constant Summary collapse

SENSITIVE =
[:constant]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationString

An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are ‘NO_AGGREGATION`, `SUM`, `AVERAGE`, `COUNT`, `DISTINCT_COUNT`, `MAX`, `MEDIAN`, `MIN`, `STDEV`, `STDEVP`, `VAR`, and `VARP`.

Returns:

  • (String)


30902
30903
30904
30905
30906
30907
# File 'lib/aws-sdk-quicksight/types.rb', line 30902

class TopicNumericEqualityFilter < Struct.new(
  :constant,
  :aggregation)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#constantTypes::TopicSingularFilterConstant

The constant used in a numeric equality filter.



30902
30903
30904
30905
30906
30907
# File 'lib/aws-sdk-quicksight/types.rb', line 30902

class TopicNumericEqualityFilter < Struct.new(
  :constant,
  :aggregation)
  SENSITIVE = [:constant]
  include Aws::Structure
end