Method: Aws::Pinpoint::Types::ImportJobResponse#total_processed
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#total_processed ⇒ Integer
The total number of endpoint definitions that were processed by the import job.
7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7793 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |