Class: Aws::QuickSight::Types::DestinationTable

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

Overview

Defines a destination table in data preparation that receives the final transformed data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

Alias for the destination table.

Returns:

  • (String)


16720
16721
16722
16723
16724
16725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16720

class DestinationTable < Struct.new(
  :alias,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::DestinationTableSource

The source configuration that specifies which transform operation provides data to this destination table.



16720
16721
16722
16723
16724
16725
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16720

class DestinationTable < Struct.new(
  :alias,
  :source)
  SENSITIVE = []
  include Aws::Structure
end