Class: Aws::QuickSight::Types::DestinationTableSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DestinationTableSource
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Specifies the source of data for a destination table, including the transform operation and column mappings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transform_operation_id ⇒ String
The identifier of the transform operation that provides data to the destination table.
Instance Attribute Details
#transform_operation_id ⇒ String
The identifier of the transform operation that provides data to the destination table.
16727 16728 16729 16730 16731 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16727 class DestinationTableSource < Struct.new( :transform_operation_id) SENSITIVE = [] include Aws::Structure end |