Describe batch load task
async_boto.validation.timestream_write.describe_batch_load_task
DescribeBatchLoadTaskRequest
Bases: BaseModel
Returns information about the batch load task, including configurations, mappings, progress, and other details.
| ATTRIBUTE | DESCRIPTION |
|---|---|
TaskId |
The ID of the batch load task.
TYPE:
|
TaskId
instance-attribute
TaskId
DescribeBatchLoadTaskResponse
Bases: BaseModel
The response returned by the service when a DescribeBatchLoadTask action is successful.
| ATTRIBUTE | DESCRIPTION |
|---|---|
BatchLoadTaskDescription |
Description of the batch load task.
TYPE:
|
BatchLoadTaskDescription
instance-attribute
BatchLoadTaskDescription