Describes an event.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class EventDescription
Public Class EventDescription
public ref class EventDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..EventDescription

See Also