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.
22611 22612 22613 22614 22615 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22611 class PercentileAggregation < Struct.new( :percentile_value) SENSITIVE = [] include Aws::Structure end |