Class: Aws::TimestreamWrite::Types::DescribeBatchLoadTaskResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::DescribeBatchLoadTaskResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #batch_load_task_description  ⇒ Types::BatchLoadTaskDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the batch load task.
 
Instance Attribute Details
#batch_load_task_description ⇒ Types::BatchLoadTaskDescription
Description of the batch load task.
      573 574 575 576 577  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 573 class DescribeBatchLoadTaskResponse < Struct.new( :batch_load_task_description) SENSITIVE = [] include Aws::Structure end  |