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.
24527 24528 24529 24530 24531 24532 24533 24534 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24527 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
.
24527 24528 24529 24530 24531 24532 24533 24534 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24527 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
24527 24528 24529 24530 24531 24532 24533 24534 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24527 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.
24527 24528 24529 24530 24531 24532 24533 24534 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24527 class NumericalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |