Class: Aws::QuickSight::Types::AppendedColumn

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#column_nameString

The name of the column to include in the appended result.

Returns:

  • (String)


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_idString

A unique identifier for the column in the appended result.

Returns:

  • (String)


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