Method: Aws::S3::Types::RestoreRequest#type

Defined in:
lib/aws-sdk-s3/types.rb

#typeString

Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. [Learn more]

Type of restore request.

[1]: aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/

Returns:

  • (String)


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