Class: Aws::QuickSight::Types::ReferenceLineDynamicDataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineDynamicDataConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The dynamic configuration of the reference line data configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculation ⇒ Types::NumericalAggregationFunction
The calculation that is used in the dynamic data.
-
#column ⇒ Types::ColumnIdentifier
The column that the dynamic data targets.
-
#measure_aggregation_function ⇒ Types::AggregationFunction
The aggregation function that is used in the dynamic data.
Instance Attribute Details
#calculation ⇒ Types::NumericalAggregationFunction
The calculation that is used in the dynamic data.
24362 24363 24364 24365 24366 24367 24368 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24362 class ReferenceLineDynamicDataConfiguration < Struct.new( :column, :measure_aggregation_function, :calculation) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column that the dynamic data targets.
24362 24363 24364 24365 24366 24367 24368 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24362 class ReferenceLineDynamicDataConfiguration < Struct.new( :column, :measure_aggregation_function, :calculation) SENSITIVE = [] include Aws::Structure end |
#measure_aggregation_function ⇒ Types::AggregationFunction
The aggregation function that is used in the dynamic data.
24362 24363 24364 24365 24366 24367 24368 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24362 class ReferenceLineDynamicDataConfiguration < Struct.new( :column, :measure_aggregation_function, :calculation) SENSITIVE = [] include Aws::Structure end |