Class: Aws::Types::ReferenceLineDynamicDataConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceLineDynamicDataConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculation ⇒ Types::NumericalAggregationFunction
Returns the value of attribute calculation.
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#measure_aggregation_function ⇒ Types::AggregationFunction
Returns the value of attribute measure_aggregation_function.
Instance Attribute Details
#calculation ⇒ Types::NumericalAggregationFunction
Returns the value of attribute calculation.
9245 9246 9247 |
# File 'sig/types.rbs', line 9245 def calculation @calculation end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
9243 9244 9245 |
# File 'sig/types.rbs', line 9243 def column @column end |
#measure_aggregation_function ⇒ Types::AggregationFunction
Returns the value of attribute measure_aggregation_function.
9244 9245 9246 |
# File 'sig/types.rbs', line 9244 def measure_aggregation_function @measure_aggregation_function end |