AWS SDK for .NET Documentation
DescribeEventsResult Class
AmazonAmazon.ElasticBeanstalk.ModelDescribeEventsResult Did this page help you?   Yes   No    Tell us about it...
Result message wrapping a list of event descriptions.
Declaration Syntax
C#
public class DescribeEventsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeEventsResult()()()()
Initializes a new instance of the DescribeEventsResult class

Equals(Object)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
DescribeEventsResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)