This data type is used as a response element in the DescribeEvents action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Event
Public Class Event
public ref class Event
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Event()()()() | Initializes a new instance of the Event class | |
| Date |
Specifies the date and time of the event.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Message |
Provides the text of this event.
| |
| SourceIdentifier |
Provides the identifier for the source of the event.
| |
| SourceType |
Specifies the source type for this event.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithDate(DateTime) |
Sets the Date property
| |
| WithMessage(String) |
Sets the Message property
| |
| WithSourceIdentifier(String) |
Sets the SourceIdentifier property
| |
| WithSourceType(String) |
Sets the SourceType property
|