Class: Aws::QuickSight::Types::DataPrepListAggregationFunction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPrepListAggregationFunction
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
An aggregation function that concatenates values from multiple rows into a single string with a specified separator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distinct ⇒ Boolean
Whether to include only distinct values in the concatenated result, removing duplicates.
-
#input_column_name ⇒ String
The name of the column containing values to be concatenated.
-
#separator ⇒ String
The string used to separate values in the concatenated result.
Instance Attribute Details
#distinct ⇒ Boolean
Whether to include only distinct values in the concatenated result, removing duplicates.
11338 11339 11340 11341 11342 11343 11344 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11338 class DataPrepListAggregationFunction < Struct.new( :input_column_name, :separator, :distinct) SENSITIVE = [] include Aws::Structure end |
#input_column_name ⇒ String
The name of the column containing values to be concatenated.
11338 11339 11340 11341 11342 11343 11344 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11338 class DataPrepListAggregationFunction < Struct.new( :input_column_name, :separator, :distinct) SENSITIVE = [] include Aws::Structure end |
#separator ⇒ String
The string used to separate values in the concatenated result.
11338 11339 11340 11341 11342 11343 11344 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11338 class DataPrepListAggregationFunction < Struct.new( :input_column_name, :separator, :distinct) SENSITIVE = [] include Aws::Structure end |