AWS SDK for .NET Documentation
DescribeEventsRequest Class
AmazonAmazon.ElasticBeanstalk.ModelDescribeEventsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeEvents operation. Returns list of event descriptions matching criteria up to the last 6 weeks.
Note:
This action returns the most recent 1,000 events from the specified
CopyC#
NextToken
.
Declaration Syntax
C#
public class DescribeEventsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

ApplicationName
Gets and sets the property ApplicationName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.


EndTime
Gets and sets the property EndTime.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the

CopyC#
EndTime
.


EnvironmentId
Gets and sets the property EnvironmentId.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.


EnvironmentName
Gets and sets the property EnvironmentName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.


Equals(Object)
Determines whether the specified Object is equal to the current 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.)
MaxRecords
Gets and sets the property MaxRecords.

Specifies the maximum number of events that can be returned, beginning with the most recent event.


NextToken
Gets and sets the property NextToken.

Pagination token. If specified, the events return the next batch of results.


RequestId
Gets and sets the property RequestId.

If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.


Severity
Gets and sets the property Severity.

If specified, limits the events returned from this call to include only those with the specified severity or higher.


StartTime
Gets and sets the property StartTime.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.


TemplateName
Gets and sets the property TemplateName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VersionLabel
Gets and sets the property VersionLabel.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.


WithApplicationName(String) Obsolete.
Sets the ApplicationName property

WithEndTime(DateTime) Obsolete.
Sets the EndTime property

WithEnvironmentId(String) Obsolete.
Sets the EnvironmentId property

WithEnvironmentName(String) Obsolete.
Sets the EnvironmentName property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithNextToken(String) Obsolete.
Sets the NextToken property

WithRequestId(String) Obsolete.
Sets the RequestId property

WithSeverity(String) Obsolete.
Sets the Severity property

WithStartTime(DateTime) Obsolete.
Sets the StartTime property

WithTemplateName(String) Obsolete.
Sets the TemplateName property

WithVersionLabel(String) Obsolete.
Sets the VersionLabel property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeEventsRequest

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