Class: Aws::QuickSight::Types::DataPrepConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPrepConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Configuration for data preparation operations, defining the complete pipeline from source tables through transformations to destination tables.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_table_map ⇒ Hash<String,Types::DestinationTable>
A map of destination tables that receive the final prepared data.
-
#source_table_map ⇒ Hash<String,Types::SourceTable>
A map of source tables that provide information about underlying sources.
-
#transform_step_map ⇒ Hash<String,Types::TransformStep>
A map of transformation steps that process the data.
Instance Attribute Details
#destination_table_map ⇒ Hash<String,Types::DestinationTable>
A map of destination tables that receive the final prepared data.
9978 9979 9980 9981 9982 9983 9984 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9978 class DataPrepConfiguration < Struct.new( :source_table_map, :transform_step_map, :destination_table_map) SENSITIVE = [] include Aws::Structure end |
#source_table_map ⇒ Hash<String,Types::SourceTable>
A map of source tables that provide information about underlying sources.
9978 9979 9980 9981 9982 9983 9984 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9978 class DataPrepConfiguration < Struct.new( :source_table_map, :transform_step_map, :destination_table_map) SENSITIVE = [] include Aws::Structure end |
#transform_step_map ⇒ Hash<String,Types::TransformStep>
A map of transformation steps that process the data.
9978 9979 9980 9981 9982 9983 9984 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9978 class DataPrepConfiguration < Struct.new( :source_table_map, :transform_step_map, :destination_table_map) SENSITIVE = [] include Aws::Structure end |