Class: Aws::TimestreamWrite::Types::CreateBatchLoadTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::CreateBatchLoadTaskResponse
- Defined in:
- gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of the batch load task.
Instance Attribute Details
#task_id ⇒ String
The ID of the batch load task.
236 237 238 239 240 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 236 class CreateBatchLoadTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |