Class: Aws::TimestreamWrite::Types::BatchLoadProgressReport
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::BatchLoadProgressReport
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Details about the progress of a batch load task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #bytes_metered ⇒ Integer
 - #file_failures ⇒ Integer
 - #parse_failures ⇒ Integer
 - #record_ingestion_failures ⇒ Integer
 - #records_ingested ⇒ Integer
 - #records_processed ⇒ Integer
 
Instance Attribute Details
#bytes_metered ⇒ Integer
      48 49 50 51 52 53 54 55 56 57  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 48 class BatchLoadProgressReport < Struct.new( :records_processed, :records_ingested, :parse_failures, :record_ingestion_failures, :file_failures, :bytes_metered) SENSITIVE = [] include Aws::Structure end  | 
  
#file_failures ⇒ Integer
      48 49 50 51 52 53 54 55 56 57  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 48 class BatchLoadProgressReport < Struct.new( :records_processed, :records_ingested, :parse_failures, :record_ingestion_failures, :file_failures, :bytes_metered) SENSITIVE = [] include Aws::Structure end  | 
  
#parse_failures ⇒ Integer
      48 49 50 51 52 53 54 55 56 57  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 48 class BatchLoadProgressReport < Struct.new( :records_processed, :records_ingested, :parse_failures, :record_ingestion_failures, :file_failures, :bytes_metered) SENSITIVE = [] include Aws::Structure end  | 
  
#record_ingestion_failures ⇒ Integer
      48 49 50 51 52 53 54 55 56 57  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 48 class BatchLoadProgressReport < Struct.new( :records_processed, :records_ingested, :parse_failures, :record_ingestion_failures, :file_failures, :bytes_metered) SENSITIVE = [] include Aws::Structure end  | 
  
#records_ingested ⇒ Integer
      48 49 50 51 52 53 54 55 56 57  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 48 class BatchLoadProgressReport < Struct.new( :records_processed, :records_ingested, :parse_failures, :record_ingestion_failures, :file_failures, :bytes_metered) SENSITIVE = [] include Aws::Structure end  | 
  
#records_processed ⇒ Integer
      48 49 50 51 52 53 54 55 56 57  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 48 class BatchLoadProgressReport < Struct.new( :records_processed, :records_ingested, :parse_failures, :record_ingestion_failures, :file_failures, :bytes_metered) SENSITIVE = [] include Aws::Structure end  |