Class: Aws::QuickSight::Types::AppendOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AppendOperation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that combines rows from two data sources by stacking them vertically (union operation).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
Alias for this operation.
-
#appended_columns ⇒ Array<Types::AppendedColumn>
The list of columns to include in the appended result, mapping columns from both sources.
-
#first_source ⇒ Types::TransformOperationSource
The first data source to be included in the append operation.
-
#second_source ⇒ Types::TransformOperationSource
The second data source to be appended to the first source.
Instance Attribute Details
#alias ⇒ String
Alias for this operation.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1235 class AppendOperation < Struct.new( :alias, :first_source, :second_source, :appended_columns) SENSITIVE = [] include Aws::Structure end |
#appended_columns ⇒ Array<Types::AppendedColumn>
The list of columns to include in the appended result, mapping columns from both sources.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1235 class AppendOperation < Struct.new( :alias, :first_source, :second_source, :appended_columns) SENSITIVE = [] include Aws::Structure end |
#first_source ⇒ Types::TransformOperationSource
The first data source to be included in the append operation.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1235 class AppendOperation < Struct.new( :alias, :first_source, :second_source, :appended_columns) SENSITIVE = [] include Aws::Structure end |
#second_source ⇒ Types::TransformOperationSource
The second data source to be appended to the first source.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1235 class AppendOperation < Struct.new( :alias, :first_source, :second_source, :appended_columns) SENSITIVE = [] include Aws::Structure end |