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.
1295 1296 1297 1298 1299 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1295 class TargetConfiguration < Struct.new( :timestream_configuration) SENSITIVE = [] include Aws::Structure end |