You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary of the import job.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The date and time when the import job was created.

Returns:

  • (Time)

    The date and time when the import job was created.

#import_destinationTypes::ImportDestination

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

Returns:

  • (Types::ImportDestination)

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

    .

#job_idString

A string that represents the import job ID.

Returns:

  • (String)

    A string that represents the import job ID.

    .

#job_statusString

The status of the import job.

Possible values:

  • CREATED
  • PROCESSING
  • COMPLETED
  • FAILED

Returns:

  • (String)

    The status of the import job.

    .