Class: Aws::QuickSight::Types::TotalAggregationComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TotalAggregationComputation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The total aggregation computation configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_id ⇒ String
The ID for a computation.
-
#name ⇒ String
The name of a computation.
-
#value ⇒ Types::MeasureField
The value field that is used in a computation.
Instance Attribute Details
#computation_id ⇒ String
The ID for a computation.
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 |
#name ⇒ String
The name of a computation.
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 |
#value ⇒ Types::MeasureField
The value field that is used in a computation.
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 |