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.

Describes a volume status event.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.VolumeStatusEvent

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

Syntax

C#
public class VolumeStatusEvent

The VolumeStatusEvent type exposes the following members

Constructors

NameDescription
Public Method VolumeStatusEvent()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A description of the event.

Public Property EventId System.String

Gets and sets the property EventId.

The ID of this event.

Public Property EventType System.String

Gets and sets the property EventType.

The type of this event.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the instance associated with the event.

Public Property NotAfter System.DateTime

Gets and sets the property NotAfter.

The latest end time of the event.

Public Property NotBefore System.DateTime

Gets and sets the property NotBefore.

The earliest start time of the event.

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