Class: Aws::QuickSight::Types::OutputColumnNameOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::OutputColumnNameOverride
- 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
-
#output_column_name ⇒ String
The new name to assign to the column in the output.
-
#source_column_name ⇒ String
The original name of the column from the source transform operation.
Instance Attribute Details
#output_column_name ⇒ String
The new name to assign to the column in the output.
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_name ⇒ String
The original name of the column from the source transform operation.
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 |