Class: Aws::SESV2::Types::ImportJobSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_timestampTime

The date and time when the import job was created.

Returns:

  • (Time)


3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3393

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_countInteger

The number of records that failed processing because of invalid input or other reasons.

Returns:

  • (Integer)


3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3393

class ImportJobSummary < Struct.new(
  :job_id,
  :import_destination,
  :job_status,
  :created_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#import_destinationTypes::ImportDestination

An object that contains details about the resource destination the import job is going to target.



3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3393

class ImportJobSummary < Struct.new(
  :job_id,
  :import_destination,
  :job_status,
  :created_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

A string that represents the import job ID.

Returns:

  • (String)


3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3393

class ImportJobSummary < Struct.new(
  :job_id,
  :import_destination,
  :job_status,
  :created_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the import job.

Returns:

  • (String)


3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3393

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_countInteger

The current number of records processed.

Returns:

  • (Integer)


3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3393

class ImportJobSummary < Struct.new(
  :job_id,
  :import_destination,
  :job_status,
  :created_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end