Class: Aws::QuickSight::Types::UnpivotOperation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A transform operation that converts columns into rows, normalizing the data structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias ⇒ String

Alias for this operation.

Returns:

  • (String)


48366
48367
48368
48369
48370
48371
48372
48373
48374
48375
48376
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48366

class UnpivotOperation < Struct.new(
  :alias,
  :source,
  :columns_to_unpivot,
  :unpivoted_label_column_name,
  :unpivoted_label_column_id,
  :unpivoted_value_column_name,
  :unpivoted_value_column_id)
  SENSITIVE = []
  include Aws::Structure
end

#columns_to_unpivot ⇒ Array<Types::ColumnToUnpivot>

The list of columns to unpivot from the source data.

Returns:



48366
48367
48368
48369
48370
48371
48372
48373
48374
48375
48376
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48366

class UnpivotOperation < Struct.new(
  :alias,
  :source,
  :columns_to_unpivot,
  :unpivoted_label_column_name,
  :unpivoted_label_column_id,
  :unpivoted_value_column_name,
  :unpivoted_value_column_id)
  SENSITIVE = []
  include Aws::Structure
end

#source ⇒ Types::TransformOperationSource

The source transform operation that provides input data for unpivoting.



48366
48367
48368
48369
48370
48371
48372
48373
48374
48375
48376
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48366

class UnpivotOperation < Struct.new(
  :alias,
  :source,
  :columns_to_unpivot,
  :unpivoted_label_column_name,
  :unpivoted_label_column_id,
  :unpivoted_value_column_name,
  :unpivoted_value_column_id)
  SENSITIVE = []
  include Aws::Structure
end

#unpivoted_label_column_id ⇒ String

A unique identifier for the new column that will contain the unpivoted column names.

Returns:

  • (String)


48366
48367
48368
48369
48370
48371
48372
48373
48374
48375
48376
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48366

class UnpivotOperation < Struct.new(
  :alias,
  :source,
  :columns_to_unpivot,
  :unpivoted_label_column_name,
  :unpivoted_label_column_id,
  :unpivoted_value_column_name,
  :unpivoted_value_column_id)
  SENSITIVE = []
  include Aws::Structure
end

#unpivoted_label_column_name ⇒ String

The name for the new column that will contain the unpivoted column names.

Returns:

  • (String)


48366
48367
48368
48369
48370
48371
48372
48373
48374
48375
48376
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48366

class UnpivotOperation < Struct.new(
  :alias,
  :source,
  :columns_to_unpivot,
  :unpivoted_label_column_name,
  :unpivoted_label_column_id,
  :unpivoted_value_column_name,
  :unpivoted_value_column_id)
  SENSITIVE = []
  include Aws::Structure
end

#unpivoted_value_column_id ⇒ String

A unique identifier for the new column that will contain the unpivoted values.

Returns:

  • (String)


48366
48367
48368
48369
48370
48371
48372
48373
48374
48375
48376
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48366

class UnpivotOperation < Struct.new(
  :alias,
  :source,
  :columns_to_unpivot,
  :unpivoted_label_column_name,
  :unpivoted_label_column_id,
  :unpivoted_value_column_name,
  :unpivoted_value_column_id)
  SENSITIVE = []
  include Aws::Structure
end

#unpivoted_value_column_name ⇒ String

The name for the new column that will contain the unpivoted values.

Returns:

  • (String)


48366
48367
48368
48369
48370
48371
48372
48373
48374
48375
48376
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48366

class UnpivotOperation < Struct.new(
  :alias,
  :source,
  :columns_to_unpivot,
  :unpivoted_label_column_name,
  :unpivoted_label_column_id,
  :unpivoted_value_column_name,
  :unpivoted_value_column_id)
  SENSITIVE = []
  include Aws::Structure
end