Table of Contents

Class RestoreObjectResponse

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

Returns information about the RestoreObject response metadata. The RestoreObject operation has a void result type.

public class RestoreObjectResponse : AmazonWebServiceResponse
Inheritance
RestoreObjectResponse

Constructors

RestoreObjectResponse()

public RestoreObjectResponse()

Properties

RequestCharged

If present, indicates that the requester was successfully charged for the request.

public RequestCharged RequestCharged { get; set; }

Property Value

RequestCharged

RestoreOutputPath

Indicates the path in the provided S3 output location where Select results will be restored to.

public string RestoreOutputPath { get; set; }

Property Value

string