Class: Aws::SESV2::Types::ImportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ImportJobSummary
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A summary of the import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The date and time when the import job was created.
-
#failed_records_count ⇒ Integer
The number of records that failed processing because of invalid input or other reasons.
-
#import_destination ⇒ Types::ImportDestination
An object that contains details about the resource destination the import job is going to target.
-
#job_id ⇒ String
A string that represents a job ID.
-
#job_status ⇒ String
The status of a job.
-
#processed_records_count ⇒ Integer
The current number of records processed.
Instance Attribute Details
#created_timestamp ⇒ Time
The date and time when the import job was created.
4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4345 class ImportJobSummary < Struct.new( :job_id, :import_destination, :job_status, :created_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#failed_records_count ⇒ Integer
The number of records that failed processing because of invalid input or other reasons.
4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4345 class ImportJobSummary < Struct.new( :job_id, :import_destination, :job_status, :created_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#import_destination ⇒ Types::ImportDestination
An object that contains details about the resource destination the import job is going to target.
4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4345 class ImportJobSummary < Struct.new( :job_id, :import_destination, :job_status, :created_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
A string that represents a job ID.
4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4345 class ImportJobSummary < Struct.new( :job_id, :import_destination, :job_status, :created_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of a job.
CREATED
– Job has just been created.PROCESSING
– Job is processing.ERROR
– An error occurred during processing.COMPLETED
– Job has completed processing successfully.
4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4345 class ImportJobSummary < Struct.new( :job_id, :import_destination, :job_status, :created_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#processed_records_count ⇒ Integer
The current number of records processed.
4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4345 class ImportJobSummary < Struct.new( :job_id, :import_destination, :job_status, :created_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |