Class: Aws::QuickSight::Types::CalculatedMeasureField
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CalculatedMeasureField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The table calculation measure field for pivot tables.
Constant Summary collapse
- SENSITIVE =
[:expression]
Instance Attribute Summary collapse
-
#expression ⇒ String
The expression in the table calculation.
-
#field_id ⇒ String
The custom field ID.
Instance Attribute Details
#expression ⇒ String
The expression in the table calculation.
3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3785 class CalculatedMeasureField < Struct.new( :field_id, :expression) SENSITIVE = [:expression] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3785 class CalculatedMeasureField < Struct.new( :field_id, :expression) SENSITIVE = [:expression] include Aws::Structure end |