Class: Aws::QuickSight::Types::PercentileAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PercentileAggregation
- Defined in:
- gems/aws-sdk-quicksight/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
-
#percentile_value ⇒ Float
The percentile value.
Instance Attribute Details
#percentile_value ⇒ Float
The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.
25199 25200 25201 25202 25203 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25199 class PercentileAggregation < Struct.new( :percentile_value) SENSITIVE = [] include Aws::Structure end |