Class: Aws::Types::NumericalMeasureField
- Inherits:
-
Object
- Object
- Aws::Types::NumericalMeasureField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_function ⇒ Types::NumericalAggregationFunction
Returns the value of attribute aggregation_function.
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#format_configuration ⇒ Types::NumberFormatConfiguration
Returns the value of attribute format_configuration.
Instance Attribute Details
#aggregation_function ⇒ Types::NumericalAggregationFunction
Returns the value of attribute aggregation_function.
8341 8342 8343 |
# File 'sig/types.rbs', line 8341 def aggregation_function @aggregation_function end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
8340 8341 8342 |
# File 'sig/types.rbs', line 8340 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
8339 8340 8341 |
# File 'sig/types.rbs', line 8339 def field_id @field_id end |
#format_configuration ⇒ Types::NumberFormatConfiguration
Returns the value of attribute format_configuration.
8342 8343 8344 |
# File 'sig/types.rbs', line 8342 def format_configuration @format_configuration end |