Class: Aws::QuickSight::Types::TotalAggregationOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The total aggregation settings map of a field id.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

The field id that's associated with the total aggregation option.

Returns:

  • (String)


29964
29965
29966
29967
29968
29969
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29964

class TotalAggregationOption < Struct.new(
  :field_id,
  :total_aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end

#total_aggregation_functionTypes::TotalAggregationFunction

The total aggregation function that you want to set for a specified field id.



29964
29965
29966
29967
29968
29969
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29964

class TotalAggregationOption < Struct.new(
  :field_id,
  :total_aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end