Class: Aws::TimestreamWrite::Types::ResumeBatchLoadTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ResumeBatchLoadTaskRequest
- Includes:
- Structure
- Defined in:
- 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 to resume.
Instance Attribute Details
#task_id ⇒ String
The ID of the batch load task to resume.
1355 1356 1357 1358 1359 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1355 class ResumeBatchLoadTaskRequest < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |