Class: Aws::SESV2::Types::ExportJobSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

A summary of the export job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_timestampTime

The timestamp of when the export job was completed.

Returns:

  • (Time)


2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'lib/aws-sdk-sesv2/types.rb', line 2469

class ExportJobSummary < Struct.new(
  :job_id,
  :export_source_type,
  :job_status,
  :created_timestamp,
  :completed_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The timestamp of when the export job was created.

Returns:

  • (Time)


2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'lib/aws-sdk-sesv2/types.rb', line 2469

class ExportJobSummary < Struct.new(
  :job_id,
  :export_source_type,
  :job_status,
  :created_timestamp,
  :completed_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#export_source_typeString

The source type of the export job.

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'lib/aws-sdk-sesv2/types.rb', line 2469

class ExportJobSummary < Struct.new(
  :job_id,
  :export_source_type,
  :job_status,
  :created_timestamp,
  :completed_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The export job ID.

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'lib/aws-sdk-sesv2/types.rb', line 2469

class ExportJobSummary < Struct.new(
  :job_id,
  :export_source_type,
  :job_status,
  :created_timestamp,
  :completed_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the export job.

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'lib/aws-sdk-sesv2/types.rb', line 2469

class ExportJobSummary < Struct.new(
  :job_id,
  :export_source_type,
  :job_status,
  :created_timestamp,
  :completed_timestamp)
  SENSITIVE = []
  include Aws::Structure
end