NAME
Paws::S3::RestoreRequest
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::S3::RestoreRequest object:
$service_obj->Method(Att1 => { Days => $value, ..., Type => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::S3::RestoreRequest object:
$result = $service_obj->Method(...);
$result->Att1->Days
DESCRIPTION
Container for restore job parameters.
ATTRIBUTES
Days => Int
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.
Description => Str
The optional description for the job.
GlacierJobParameters => Paws::S3::GlacierJobParameters
S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.
OutputLocation => Paws::S3::OutputLocation
Describes the location where the restore job's output is stored.
SelectParameters => Paws::S3::SelectParameters
Describes the parameters for Select job types.
Tier => Str
Retrieval tier at which the restore will be processed.
Type => Str
Type of restore request.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::S3
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues