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.
1242 1243 1244 1245 1246 1247 1248 1249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1242 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.
1242 1243 1244 1245 1246 1247 1248 1249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1242 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.
1242 1243 1244 1245 1246 1247 1248 1249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1242 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.
1242 1243 1244 1245 1246 1247 1248 1249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1242 class AppendOperation < Struct.new( :alias, :first_source, :second_source, :appended_columns) SENSITIVE = [] include Aws::Structure end |