Class: Aws::QuickSight::Types::NumericalMeasureField
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumericalMeasureField
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The measure type field with numerical type columns.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_function ⇒ Types::NumericalAggregationFunction
The aggregation function of the measure field.
-
#column ⇒ Types::ColumnIdentifier
The column that is used in the
NumericalMeasureField. -
#field_id ⇒ String
The custom field ID.
-
#format_configuration ⇒ Types::NumberFormatConfiguration
The format configuration of the field.
Instance Attribute Details
#aggregation_function ⇒ Types::NumericalAggregationFunction
The aggregation function of the measure field.
27679 27680 27681 27682 27683 27684 27685 27686 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27679 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column that is used in the NumericalMeasureField.
27679 27680 27681 27682 27683 27684 27685 27686 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27679 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
27679 27680 27681 27682 27683 27684 27685 27686 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27679 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#format_configuration ⇒ Types::NumberFormatConfiguration
The format configuration of the field.
27679 27680 27681 27682 27683 27684 27685 27686 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27679 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |