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.
31418 31419 31420 31421 31422 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31418 class TotalAggregationFunction < Struct.new( :simple_total_aggregation_function) SENSITIVE = [] include Aws::Structure end |