Class: Aws::S3::Types::GlacierJobParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GlacierJobParameters
- 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
-
#tier ⇒ String
Retrieval tier at which the restore will be processed.
Instance Attribute Details
#tier ⇒ String
Retrieval tier at which the restore will be processed.
7736 7737 7738 7739 7740 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7736 class GlacierJobParameters < Struct.new( :tier) SENSITIVE = [] include Aws::Structure end |