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.

Information about a snapshot that is currently in the Recycle Bin.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.SnapshotRecycleBinInfo

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

Syntax

C#
public class SnapshotRecycleBinInfo

The SnapshotRecycleBinInfo type exposes the following members

Constructors

NameDescription
Public Method SnapshotRecycleBinInfo()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description for the snapshot.

Public Property RecycleBinEnterTime System.DateTime

Gets and sets the property RecycleBinEnterTime.

The date and time when the snaphsot entered the Recycle Bin.

Public Property RecycleBinExitTime System.DateTime

Gets and sets the property RecycleBinExitTime.

The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

The ID of the snapshot.

Public Property VolumeId System.String

Gets and sets the property VolumeId.

The ID of the volume from which the snapshot was created.

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