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.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.SnapshotInfo

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

Syntax

C#
public class SnapshotInfo

The SnapshotInfo type exposes the following members

Constructors

NameDescription
Public Method SnapshotInfo()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

Public Property Encrypted System.Boolean

Gets and sets the property Encrypted.

Indicates whether the snapshot is encrypted.

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 EBS User Guide.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

Account id used when creating this snapshot.

Public Property Progress System.String

Gets and sets the property Progress.

Progress this snapshot has made towards completing.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

Snapshot id that can be used to describe this snapshot.

Public Property SseType Amazon.EC2.SSEType

Gets and sets the property SseType.

Reserved for future use.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

Time this snapshot was started. This is the same for all snapshots initiated by the same request.

Public Property State Amazon.EC2.SnapshotState

Gets and sets the property State.

Current state of the snapshot.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

Tags associated with this snapshot.

Public Property VolumeId System.String

Gets and sets the property VolumeId.

Source volume from which this snapshot was created.

Public Property VolumeSize System.Int32

Gets and sets the property VolumeSize.

Size of the volume from which this snapshot was created.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5