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.
25561 25562 25563 25564 25565 25566 25567 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25561 class ReferenceLineDynamicDataConfiguration < Struct.new( :column, :measure_aggregation_function, :calculation) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column that the dynamic data targets.
25561 25562 25563 25564 25565 25566 25567 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25561 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.
25561 25562 25563 25564 25565 25566 25567 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25561 class ReferenceLineDynamicDataConfiguration < Struct.new( :column, :measure_aggregation_function, :calculation) SENSITIVE = [] include Aws::Structure end |