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

Class: Aws::Glacier::Types::GlacierJobDescription

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

Overview

Contains the description of an Amazon S3 Glacier job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The job type. This value is either ArchiveRetrieval, InventoryRetrieval, or Select.

Possible values:

  • ArchiveRetrieval
  • InventoryRetrieval
  • Select

Returns:

  • (String)

    The job type.

#archive_idString

The archive ID requested for a select job or archive retrieval. Otherwise, this field is null.

Returns:

  • (String)

    The archive ID requested for a select job or archive retrieval.

#archive_sha256_tree_hashString

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval or select jobs, this field is null.

Returns:

  • (String)

    The SHA256 tree hash of the entire archive for an archive retrieval.

#archive_size_in_bytesInteger

For an archive retrieval job, this value is the size in bytes of the archive being requested for download. For an inventory retrieval or select job, this value is null.

Returns:

  • (Integer)

    For an archive retrieval job, this value is the size in bytes of the archive being requested for download.

#completedBoolean

The job status. When a job is completed, you get the job\'s output using Get Job Output (GET output).

Returns:

  • (Boolean)

    The job status.

#completion_dateTime

Returns:

  • (Time)

#creation_dateTime

Returns:

  • (Time)

#inventory_retrieval_parametersTypes::InventoryRetrievalJobDescription

Parameters used for range inventory retrieval.

Returns:

#inventory_size_in_bytesInteger

For an inventory retrieval job, this value is the size in bytes of the inventory requested for download. For an archive retrieval or select job, this value is null.

Returns:

  • (Integer)

    For an inventory retrieval job, this value is the size in bytes of the inventory requested for download.

#job_descriptionString

The job description provided when initiating the job.

Returns:

  • (String)

    The job description provided when initiating the job.

#job_idString

An opaque string that identifies an Amazon S3 Glacier job.

Returns:

  • (String)

    An opaque string that identifies an Amazon S3 Glacier job.

#job_output_pathString

Contains the job output location.

Returns:

  • (String)

    Contains the job output location.

#output_locationTypes::OutputLocation

Contains the location where the data from the select job is stored.

Returns:

#retrieval_byte_rangeString

The retrieved byte range for archive retrieval jobs in the form StartByteValue-EndByteValue. If no range was specified in the archive retrieval, then the whole archive is retrieved. In this case, StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval or select jobs, this field is null.

Returns:

  • (String)

    The retrieved byte range for archive retrieval jobs in the form StartByteValue-EndByteValue.

#select_parametersTypes::SelectParameters

Contains the parameters used for a select.

Returns:

#sha256_tree_hashString

For an archive retrieval job, this value is the checksum of the archive. Otherwise, this value is null.

The SHA256 tree hash value for the requested range of an archive. If the InitiateJob request for an archive specified a tree-hash aligned range, then this field returns a value.

If the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null for the following:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned

^ ^

  • Archival jobs that specify a range that is equal to the whole archive, when the job status is InProgress

^ ^

  • Inventory jobs

  • Select jobs

Returns:

  • (String)

    For an archive retrieval job, this value is the checksum of the archive.

#sns_topicString

An Amazon SNS topic that receives notification.

Returns:

  • (String)

    An Amazon SNS topic that receives notification.

#status_codeString

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

Possible values:

  • InProgress
  • Succeeded
  • Failed

Returns:

  • (String)

    The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

#status_messageString

A friendly message that describes the job status.

Returns:

  • (String)

    A friendly message that describes the job status.

#tierString

The tier to use for a select or an archive retrieval. Valid values are Expedited, Standard, or Bulk. Standard is the default.

Returns:

  • (String)

    The tier to use for a select or an archive retrieval.

#vault_arnString

The Amazon Resource Name (ARN) of the vault from which an archive retrieval was requested.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the vault from which an archive retrieval was requested.