Class: Aws::TimestreamQuery::Types::TargetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::TargetConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Configuration used for writing the output of a query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timestream_configuration ⇒ Types::TimestreamConfiguration
Configuration needed to write data into the Timestream database and table.
Instance Attribute Details
#timestream_configuration ⇒ Types::TimestreamConfiguration
Configuration needed to write data into the Timestream database and table.
1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1800 class TargetConfiguration < Struct.new( :timestream_configuration) SENSITIVE = [] include Aws::Structure end |