Method: Aws::TimestreamWrite::Types::BatchLoadTask#task_id
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
#task_id ⇒ String
The ID of the batch load task.
91 92 93 94 95 96 97 98 99 100 101 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 91 class BatchLoadTask < Struct.new( :task_id, :task_status, :database_name, :table_name, :creation_time, :last_updated_time, :resumable_until) SENSITIVE = [] include Aws::Structure end |