Class: Aws::QuickSight::Types::PercentileAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PercentileAggregation
- 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
-
#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.
23946 23947 23948 23949 23950 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23946 class PercentileAggregation < Struct.new( :percentile_value) SENSITIVE = [] include Aws::Structure end |