Table of Contents

Class OutputLocation

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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; }

Property Value

S3Location