Class: Aws::QuickSight::Types::NamedEntityDefinitionMetric

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

Overview

A structure that represents a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationString

The aggregation of a named entity. Valid values for this structure are SUM, MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE, MEDIAN, and CUSTOM.

Returns:

  • (String)


20640
20641
20642
20643
20644
20645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20640

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

#aggregation_function_parametersHash<String,String>

The additional parameters for an aggregation function.

Returns:

  • (Hash<String,String>)


20640
20641
20642
20643
20644
20645
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20640

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