Class: Aws::QuickSight::Types::AppendedColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AppendedColumn
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Represents a column that will be included in the result of an append operation, combining data from multiple sources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the column to include in the appended result.
-
#new_column_id ⇒ String
A unique identifier for the column in the appended result.
Instance Attribute Details
#column_name ⇒ String
The name of the column to include in the appended result.
1257 1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1257 class AppendedColumn < Struct.new( :column_name, :new_column_id) SENSITIVE = [] include Aws::Structure end |
#new_column_id ⇒ String
A unique identifier for the column in the appended result.
1257 1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1257 class AppendedColumn < Struct.new( :column_name, :new_column_id) SENSITIVE = [] include Aws::Structure end |