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

Class: Aws::Glacier::Types::InventoryRetrievalJobDescription

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

Overview

Describes the options for a range inventory retrieval job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateTime

Returns:

  • (Time)

#formatString

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are CSV and JSON.

Returns:

  • (String)

    The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory.

#limitString

The maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

Returns:

  • (String)

    The maximum number of inventory items returned per vault inventory retrieval request.

#markerString

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

Returns:

  • (String)

    An opaque string that represents where to continue pagination of the vault inventory retrieval results.

#start_dateTime

Returns:

  • (Time)