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

Class: Aws::S3Control::Types::S3InitiateRestoreObjectOperation

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

Overview

Note:

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

{
  expiration_in_days: 1,
  glacier_job_tier: "BULK", # accepts BULK, STANDARD
}

Contains the configuration parameters for an Initiate Glacier Restore job. S3 Batch Operations passes each value through to the underlying POST Object restore API. For more information about the parameters for this operation, see RestoreObject.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_in_daysInteger

Returns:

  • (Integer)

#glacier_job_tierString

Possible values:

  • BULK
  • STANDARD

Returns:

  • (String)