Class: Aws::TimestreamWrite::Types::BatchLoadTask
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::BatchLoadTask
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Details about a batch load task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the Timestream batch load task was created.
 - 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Database name for the database into which a batch load task loads data.
 - 
  
    
      #last_updated_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the Timestream batch load task was last updated.
 - #resumable_until ⇒ Time
 - 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Table name for the table into which a batch load task loads data.
 - 
  
    
      #task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the batch load task.
 - 
  
    
      #task_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the batch load task.
 
Instance Attribute Details
#creation_time ⇒ Time
The time when the Timestream batch load task was created.
      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  | 
  
#database_name ⇒ String
Database name for the database into which a batch load task loads data.
      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  | 
  
#last_updated_time ⇒ Time
The time when the Timestream batch load task was last updated.
      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  | 
  
#resumable_until ⇒ Time
      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  | 
  
#table_name ⇒ String
Table name for the table into which a batch load task loads data.
      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  | 
  
#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  | 
  
#task_status ⇒ String
Status 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  |