Class: Aws::TimestreamQuery::Types::TargetDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::TargetDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Destination details to write data for a target data source. Current supported data source is Timestream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timestream_destination ⇒ Types::TimestreamDestination
Query result destination details for Timestream data source.
Instance Attribute Details
#timestream_destination ⇒ Types::TimestreamDestination
Query result destination details for Timestream data source.
1815 1816 1817 1818 1819 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1815 class TargetDestination < Struct.new( :timestream_destination) SENSITIVE = [] include Aws::Structure end |