Class: Aws::TimestreamQuery::Types::TargetDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#timestream_destinationTypes::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