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

Class: Aws::S3::Types::GlacierJobParameters

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

Overview

Note:

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

{
  tier: "Standard", # required, accepts Standard, Bulk, Expedited
}

Container for S3 Glacier job parameters.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tierString

Retrieval tier at which the restore will be processed.

Possible values:

  • Standard
  • Bulk
  • Expedited

Returns:

  • (String)

    Retrieval tier at which the restore will be processed.