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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/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.



1277
1278
1279
1280
1281
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1277

class TargetDestination < Struct.new(
  :timestream_destination)
  SENSITIVE = []
  include Aws::Structure
end