Class: Aws::S3::Types::RestoreRequest

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

Overview

Container for restore job parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daysInteger

Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.

The Days element is required for regular restores, and must not be provided for select requests.

Returns:

  • (Integer)


15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15267

class RestoreRequest < Struct.new(
  :days,
  :glacier_job_parameters,
  :type,
  :tier,
  :description,
  :select_parameters,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description for the job.

Returns:

  • (String)


15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15267

class RestoreRequest < Struct.new(
  :days,
  :glacier_job_parameters,
  :type,
  :tier,
  :description,
  :select_parameters,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#glacier_job_parametersTypes::GlacierJobParameters

S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.



15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15267

class RestoreRequest < Struct.new(
  :days,
  :glacier_job_parameters,
  :type,
  :tier,
  :description,
  :select_parameters,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationTypes::OutputLocation

Describes the location where the restore job's output is stored.



15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15267

class RestoreRequest < Struct.new(
  :days,
  :glacier_job_parameters,
  :type,
  :tier,
  :description,
  :select_parameters,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#select_parametersTypes::SelectParameters

Describes the parameters for Select job types.



15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15267

class RestoreRequest < Struct.new(
  :days,
  :glacier_job_parameters,
  :type,
  :tier,
  :description,
  :select_parameters,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

Retrieval tier at which the restore will be processed.

Returns:

  • (String)


15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15267

class RestoreRequest < Struct.new(
  :days,
  :glacier_job_parameters,
  :type,
  :tier,
  :description,
  :select_parameters,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of restore request.

Returns:

  • (String)


15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15267

class RestoreRequest < Struct.new(
  :days,
  :glacier_job_parameters,
  :type,
  :tier,
  :description,
  :select_parameters,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end