Class: Aws::QuickSight::Types::TotalAggregationComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TotalAggregationComputation
- 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
-
#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.
31683 31684 31685 31686 31687 31688 31689 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31683 class TotalAggregationComputation < Struct.new( :computation_id, :name, :value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
31683 31684 31685 31686 31687 31688 31689 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31683 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.
31683 31684 31685 31686 31687 31688 31689 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31683 class TotalAggregationComputation < Struct.new( :computation_id, :name, :value) SENSITIVE = [] include Aws::Structure end |