Result message wrapping a list of event descriptions.

C# |
public class DescribeEventsResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeEventsResult()()()() | Initializes a new instance of the DescribeEventsResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Events |
Gets and sets the property Events.
A list of EventDescription. |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | NextToken |
Gets and sets the property NextToken.
If returned, this indicates that there are more results to obtain. Use this token in the next DescribeEvents call to get the next batch of events. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithEvents(array<EventDescription>[]()[][]) | Obsolete.
Sets the Events property
|
![]() | WithEvents(IEnumerable<(Of <<'(EventDescription>)>>)) | Obsolete.
Sets the Events property
|
![]() | WithNextToken(String) | Obsolete.
Sets the NextToken property
|

Object | |
![]() | DescribeEventsResult |