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.
3456 3457 3458 3459 3460 3461 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3456 class CalculatedMeasureField < Struct.new( :field_id, :expression) SENSITIVE = [:expression] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
3456 3457 3458 3459 3460 3461 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3456 class CalculatedMeasureField < Struct.new( :field_id, :expression) SENSITIVE = [:expression] include Aws::Structure end |