Class: Aws::QuickSight::Types::ImportTableOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImportTableOperation
- 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
-
#alias ⇒ String
Alias for this operation.
-
#source ⇒ Types::ImportTableOperationSource
The source configuration that specifies which source table to import and any column mappings.
Instance Attribute Details
#alias ⇒ String
Alias for this operation.
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 |
#source ⇒ Types::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 |