Class: Aws::QuickSight::Types::OutputColumnNameOverride

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

Overview

Specifies a mapping to override the name of an output column from a transform operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_column_nameString

The new name to assign to the column in the output.

Returns:

  • (String)


27076
27077
27078
27079
27080
27081
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27076

class OutputColumnNameOverride < Struct.new(
  :source_column_name,
  :output_column_name)
  SENSITIVE = []
  include Aws::Structure
end

#source_column_nameString

The original name of the column from the source transform operation.

Returns:

  • (String)


27076
27077
27078
27079
27080
27081
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27076

class OutputColumnNameOverride < Struct.new(
  :source_column_name,
  :output_column_name)
  SENSITIVE = []
  include Aws::Structure
end