Class: Aws::TimestreamWrite::Types::CreateBatchLoadTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of the batch load task.

Returns:

  • (String)


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