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

Class: Aws::Glacier::Types::InventoryRetrievalJobInput

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

Overview

Note:

When passing InventoryRetrievalJobInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  start_date: Time.now,
  end_date: Time.now,
  limit: "string",
  marker: "string",
}

Provides options for specifying a range inventory retrieval job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateTime

Returns:

  • (Time)

#limitString

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

Returns:

  • (String)

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

Returns:

  • (String)

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

#start_dateTime

Returns:

  • (Time)