Class: Aws::QuickSight::Types::ImportTableOperation

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

Overview

A transform operation that imports data from a source table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

Alias for this operation.

Returns:

  • (String)


22013
22014
22015
22016
22017
22018
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22013

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

#sourceTypes::ImportTableOperationSource

The source configuration that specifies which source table to import and any column mappings.



22013
22014
22015
22016
22017
22018
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22013

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