class Aws::ImportExport::Types::CreateJobOutput

Output structure for the CreateJob operation.

@!attribute [rw] job_id

A unique identifier which refers to a particular job.
@return [String]

@!attribute [rw] job_type

Specifies whether the job to initiate is an import or export job.
@return [String]

@!attribute [rw] signature

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.
@return [String]

@!attribute [rw] signature_file_contents

The actual text of the SIGNATURE file to be written to disk.
@return [String]

@!attribute [rw] warning_message

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

@!attribute [rw] artifact_list

A collection of artifacts.
@return [Array<Types::Artifact>]

Constants

SENSITIVE