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)


31266
31267
31268
31269
31270
31271
31272
# File 'lib/aws-sdk-quicksight/types.rb', line 31266

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

#nameString

The name of a computation.

Returns:

  • (String)


31266
31267
31268
31269
31270
31271
31272
# File 'lib/aws-sdk-quicksight/types.rb', line 31266

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:



31266
31267
31268
31269
31270
31271
31272
# File 'lib/aws-sdk-quicksight/types.rb', line 31266

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