Class: Aws::QuickSight::Types::ImportTableOperationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImportTableOperationSource
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Specifies the source table and column mappings for an import table operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_id_mappings ⇒ Array<Types::DataSetColumnIdMapping>
The mappings between source column identifiers and target column identifiers during the import.
-
#source_table_id ⇒ String
The identifier of the source table to import data from.
Instance Attribute Details
#column_id_mappings ⇒ Array<Types::DataSetColumnIdMapping>
The mappings between source column identifiers and target column identifiers during the import.
22034 22035 22036 22037 22038 22039 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22034 class ImportTableOperationSource < Struct.new( :source_table_id, :column_id_mappings) SENSITIVE = [] include Aws::Structure end |
#source_table_id ⇒ String
The identifier of the source table to import data from.
22034 22035 22036 22037 22038 22039 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22034 class ImportTableOperationSource < Struct.new( :source_table_id, :column_id_mappings) SENSITIVE = [] include Aws::Structure end |