Method: Aws::S3::Types::RestoreRequest#tier
- Defined in:
- lib/aws-sdk-s3/types.rb
#tier ⇒ String
Retrieval tier at which the restore will be processed.
18084 18085 18086 18087 18088 18089 18090 18091 18092 18093 18094 |
# File 'lib/aws-sdk-s3/types.rb', line 18084 class RestoreRequest < Struct.new( :days, :glacier_job_parameters, :type, :tier, :description, :select_parameters, :output_location) SENSITIVE = [] include Aws::Structure end |