Class: Aws::QuickSight::Types::PercentileAggregation

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

Overview

An aggregation based on the percentile of values in a dimension or measure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#percentile_valueFloat

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

Returns:

  • (Float)


21844
21845
21846
21847
21848
# File 'lib/aws-sdk-quicksight/types.rb', line 21844

class PercentileAggregation < Struct.new(
  :percentile_value)
  SENSITIVE = []
  include Aws::Structure
end