Class: Aws::SESV2::Types::GetImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetImportJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_timestamp ⇒ Time
The time stamp of when the import job was completed.
-
#created_timestamp ⇒ Time
The time stamp of when the import job was created.
-
#failed_records_count ⇒ Integer
The number of records that failed processing because of invalid input or other reasons.
-
#failure_info ⇒ Types::FailureInfo
The failure details about an import job.
-
#import_data_source ⇒ Types::ImportDataSource
The data source of the import job.
-
#import_destination ⇒ Types::ImportDestination
The destination of the import job.
-
#job_id ⇒ String
A string that represents the import job ID.
-
#job_status ⇒ String
The status of the import job.
-
#processed_records_count ⇒ Integer
The current number of records processed.
Instance Attribute Details
#completed_timestamp ⇒ Time
The time stamp of when the import job was completed.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time stamp of when the import job was created.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_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.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#failure_info ⇒ Types::FailureInfo
The failure details about an import job.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#import_data_source ⇒ Types::ImportDataSource
The data source of the import job.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#import_destination ⇒ Types::ImportDestination
The destination of the import job.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
A string that represents the import job ID.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the import job.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |
#processed_records_count ⇒ Integer
The current number of records processed.
3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3651 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end |