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)


30278
30279
30280
30281
30282
30283
30284
# File 'lib/aws-sdk-quicksight/types.rb', line 30278

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

#nameString

The name of a computation.

Returns:

  • (String)


30278
30279
30280
30281
30282
30283
30284
# File 'lib/aws-sdk-quicksight/types.rb', line 30278

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:



30278
30279
30280
30281
30282
30283
30284
# File 'lib/aws-sdk-quicksight/types.rb', line 30278

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