AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the RestoreSnapshotFromRecycleBin operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.EC2.Model.RestoreSnapshotFromRecycleBinResponse

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class RestoreSnapshotFromRecycleBinResponse : AmazonWebServiceResponse

The RestoreSnapshotFromRecycleBinResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Description System.String

Gets and sets the property Description.

The description for the snapshot.

Public Property Encrypted System.Boolean

Gets and sets the property Encrypted.

Indicates whether the snapshot is encrypted.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property OutpostArn System.String

Gets and sets the property OutpostArn.

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The ID of the Amazon Web Services account that owns the EBS snapshot.

Public Property Progress System.String

Gets and sets the property Progress.

The progress of the snapshot, as a percentage.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

The ID of the snapshot.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time stamp when the snapshot was initiated.

Public Property State Amazon.EC2.SnapshotState

Gets and sets the property State.

The state of the snapshot.

Public Property VolumeId System.String

Gets and sets the property VolumeId.

The ID of the volume that was used to create the snapshot.

Public Property VolumeSize System.Int32

Gets and sets the property VolumeSize.

The size of the volume, in GiB.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5