![]() |
![]()
| ![]() |
![]()
NAMEPaws::S3::RestoreRequest USAGEThis 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 DESCRIPTIONContainer for restore job parameters. ATTRIBUTESDays => IntLifetime 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 => StrThe optional description for the job. GlacierJobParameters => Paws::S3::GlacierJobParametersS3 Glacier related parameters pertaining to this job. Do not use with restores that specify "OutputLocation". OutputLocation => Paws::S3::OutputLocationDescribes the location where the restore job's output is stored. SelectParameters => Paws::S3::SelectParametersDescribes the parameters for Select job types. Tier => StrRetrieval tier at which the restore will be processed. Type => StrType of restore request. SEE ALSOThis class forms part of Paws, describing an object used in Paws::S3 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|