Class RestoreObjectResponse
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
RestoreOutputPath
Indicates the path in the provided S3 output location where Select results will be restored to.
public string RestoreOutputPath { get; set; }