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_id ⇒ String

The ID for a computation.

Returns:

  • (String)


47603
47604
47605
47606
47607
47608
47609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47603

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

#name ⇒ String

The name of a computation.

Returns:

  • (String)


47603
47604
47605
47606
47607
47608
47609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47603

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

#value ⇒ Types::MeasureField

The value field that is used in a computation.

Returns:



47603
47604
47605
47606
47607
47608
47609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47603

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