Class: Aws::TimestreamWrite::Types::DescribeBatchLoadTaskRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::DescribeBatchLoadTaskRequest
 
 
- 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.
 
Instance Attribute Details
#task_id ⇒ String
The ID of the batch load task.
      561 562 563 564 565  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 561 class DescribeBatchLoadTaskRequest < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end  |