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

Class: Aws::ImportExport::Types::CreateJobOutput

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

Overview

Output structure for the CreateJob operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_listArray<Types::Artifact>

A collection of artifacts.

Returns:

#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.

#signatureString

An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=". Only use this value is you want to create the signature file yourself. Generally you should use the SignatureFileContents value.

Returns:

  • (String)

    An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".

#signature_file_contentsString

The actual text of the SIGNATURE file to be written to disk.

Returns:

  • (String)

    The actual text of the SIGNATURE file to be written to disk.

#warning_messageString

An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.

Returns:

  • (String)

    An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.