Class: Aws::QuickSight::Types::TotalAggregationComputation

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

Overview

The total aggregation computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_idString

The ID for a computation.

Returns:

  • (String)


29929
29930
29931
29932
29933
29934
29935
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29929

class TotalAggregationComputation < Struct.new(
  :computation_id,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a computation.

Returns:

  • (String)


29929
29930
29931
29932
29933
29934
29935
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29929

class TotalAggregationComputation < Struct.new(
  :computation_id,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



29929
29930
29931
29932
29933
29934
29935
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29929

class TotalAggregationComputation < Struct.new(
  :computation_id,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end