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

Class: Aws::ImportExport::Types::Job

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

Overview

Representation of a job returned by the ListJobs operation.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Timestamp of the CreateJob request in ISO8601 date format. For example "2010-03-28T20:27:35Z".

Returns:

  • (Time)

    Timestamp of the CreateJob request in ISO8601 date format.

#is_canceledBoolean

Indicates whether the job was canceled.

Returns:

  • (Boolean)

    Indicates whether the job was canceled.

#job_idString

A unique identifier which refers to a particular job.

Returns:

  • (String)

    A unique identifier which refers to a particular job.

#job_typeString

Specifies whether the job to initiate is an import or export job.

Possible values:

  • Import
  • Export

Returns:

  • (String)

    Specifies whether the job to initiate is an import or export job.