Class: Aws::QuickSight::Types::TotalAggregationFunction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TotalAggregationFunction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An aggregation function that aggregates the total values of a measure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#simple_total_aggregation_function ⇒ String
A built in aggregation function for total values.
Instance Attribute Details
#simple_total_aggregation_function ⇒ String
A built in aggregation function for total values.
34649 34650 34651 34652 34653 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34649 class TotalAggregationFunction < Struct.new( :simple_total_aggregation_function) SENSITIVE = [] include Aws::Structure end |