Class: Aws::QuickSight::Types::DestinationTableSource

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

Overview

Specifies the source of data for a destination table, including the transform operation and column mappings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transform_operation_idString

The identifier of the transform operation that provides data to the destination table.

Returns:

  • (String)


16727
16728
16729
16730
16731
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16727

class DestinationTableSource < Struct.new(
  :transform_operation_id)
  SENSITIVE = []
  include Aws::Structure
end