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.
9613 9614 9615 |
# File 'sig/types.rbs', line 9613 def calculation @calculation end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
9611 9612 9613 |
# File 'sig/types.rbs', line 9611 def column @column end |
#measure_aggregation_function ⇒ Types::AggregationFunction
Returns the value of attribute measure_aggregation_function.
9612 9613 9614 |
# File 'sig/types.rbs', line 9612 def measure_aggregation_function @measure_aggregation_function end |