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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


32726
32727
32728
32729
32730
32731
32732
# File 'lib/aws-sdk-quicksight/types.rb', line 32726

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

#nameString

The name of a computation.

Returns:

  • (String)


32726
32727
32728
32729
32730
32731
32732
# File 'lib/aws-sdk-quicksight/types.rb', line 32726

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:



32726
32727
32728
32729
32730
32731
32732
# File 'lib/aws-sdk-quicksight/types.rb', line 32726

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