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

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

Overview

Container for S3 Glacier job parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tierString

Retrieval tier at which the restore will be processed.

Returns:

  • (String)


7696
7697
7698
7699
7700
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7696

class GlacierJobParameters < Struct.new(
  :tier)
  SENSITIVE = []
  include Aws::Structure
end