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.
29093 29094 29095 29096 29097 29098 29099 29100 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29093 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.
29093 29094 29095 29096 29097 29098 29099 29100 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29093 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
29093 29094 29095 29096 29097 29098 29099 29100 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29093 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.
29093 29094 29095 29096 29097 29098 29099 29100 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29093 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |