AWS SDK for .NET Documentation
EventDescription Class
AmazonAmazon.ElasticBeanstalk.ModelEventDescription Did this page help you?   Yes   No    Tell us about it...

Describes an event.

Declaration Syntax
C#
public class EventDescription
Members
All MembersConstructorsMethodsProperties



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

ApplicationName
The application associated with the event.

Constraints:

Length
1 - 100


EnvironmentName
The name of the environment associated with this event.

Constraints:

Length
4 - 23


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EventDate
The date when the event occurred.

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
The event message.

RequestId
The web service request ID for the activity of this event.

Severity
The severity level of this event.

Constraints:

Allowed Values
TRACE, DEBUG, INFO, WARN, ERROR, FATAL


TemplateName
The name of the configuration associated with this event.

Constraints:

Length
1 - 100


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VersionLabel
The release label for the application version associated with this event.

Constraints:

Length
1 - 100


WithApplicationName(String)
Sets the ApplicationName property

WithEnvironmentName(String)
Sets the EnvironmentName property

WithEventDate(DateTime)
Sets the EventDate property

WithMessage(String)
Sets the Message property

WithRequestId(String)
Sets the RequestId property

WithSeverity(String)
Sets the Severity property

WithTemplateName(String)
Sets the TemplateName property

WithVersionLabel(String)
Sets the VersionLabel property

Inheritance Hierarchy
Object
EventDescription

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)