Class OutputLocation
Describes the location where the restore job's output is stored.
public class OutputLocation
- Inheritance
-
OutputLocation
- Inherited Members
Constructors
OutputLocation()
public OutputLocation()
Properties
S3
Describes an S3 location that will receive the results of the restore request.
public S3Location S3 { get; set; }