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.
32742 32743 32744 32745 32746 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32742 class TotalAggregationFunction < Struct.new( :simple_total_aggregation_function) SENSITIVE = [] include Aws::Structure end |