class Aws::ImportExport::Types::GetStatusOutput

Output structure for the GetStatus 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] location_code

A token representing the location of the storage device, such as
"AtAWS".
@return [String]

@!attribute [rw] location_message

A more human readable form of the physical location of the storage
device.
@return [String]

@!attribute [rw] progress_code

A token representing the state of the job, such as "Started".
@return [String]

@!attribute [rw] progress_message

A more human readable form of the job status.
@return [String]

@!attribute [rw] carrier

Name of the shipping company. This value is included when the
LocationCode is "Returned".
@return [String]

@!attribute [rw] tracking_number

The shipping tracking number assigned by AWS Import/Export to the
storage device when it's returned to you. We return this value when
the LocationCode is "Returned".
@return [String]

@!attribute [rw] log_bucket

Amazon S3 bucket for user logs.
@return [String]

@!attribute [rw] log_key

The key where the user logs were stored.
@return [String]

@!attribute [rw] error_count

Number of errors. We return this value when the ProgressCode is
Success or SuccessWithErrors.
@return [Integer]

@!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

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] current_manifest

The last manifest submitted, which will be used to process the job.
@return [String]

@!attribute [rw] creation_date

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

@!attribute [rw] artifact_list

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

Constants

SENSITIVE