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.
24516 24517 24518 24519 24520 24521 24522 24523 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24516 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
.
24516 24517 24518 24519 24520 24521 24522 24523 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24516 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
24516 24517 24518 24519 24520 24521 24522 24523 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24516 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.
24516 24517 24518 24519 24520 24521 24522 24523 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24516 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |