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

Class: Aws::ImportExport::Types::GetStatusOutput

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

Overview

Output structure for the GetStatus operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_listArray<Types::Artifact>

A collection of artifacts.

Returns:

#carrierString

Name of the shipping company. This value is included when the LocationCode is "Returned".

Returns:

  • (String)

    Name of the shipping company.

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

#current_manifestString

The last manifest submitted, which will be used to process the job.

Returns:

  • (String)

    The last manifest submitted, which will be used to process the job.

#error_countInteger

Number of errors. We return this value when the ProgressCode is Success or SuccessWithErrors.

Returns:

  • (Integer)

    Number of errors.

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

#location_codeString

A token representing the location of the storage device, such as "AtAWS".

Returns:

  • (String)

    A token representing the location of the storage device, such as "AtAWS".

#location_messageString

A more human readable form of the physical location of the storage device.

Returns:

  • (String)

    A more human readable form of the physical location of the storage device.

#log_bucketString

Amazon S3 bucket for user logs.

Returns:

  • (String)

    Amazon S3 bucket for user logs.

#log_keyString

The key where the user logs were stored.

Returns:

  • (String)

    The key where the user logs were stored.

#progress_codeString

A token representing the state of the job, such as "Started".

Returns:

  • (String)

    A token representing the state of the job, such as "Started".

#progress_messageString

A more human readable form of the job status.

Returns:

  • (String)

    A more human readable form of the job status.

#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

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=".

#tracking_numberString

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

Returns:

  • (String)

    The shipping tracking number assigned by AWS Import/Export to the storage device when it's returned to you.