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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Note:

When making an API call, you may pass GlacierJobParameters data as a hash:

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

Container for Glacier job parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#tierString

Glacier retrieval tier at which the restore will be processed.

Returns:

  • (String)


5045
5046
5047
5048
# File 'lib/aws-sdk-s3/types.rb', line 5045

class GlacierJobParameters < Struct.new(
  :tier)
  include Aws::Structure
end