C# Class Amazon.ElasticBeanstalk.Model.EventDescription

Describes an event.

Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
EventDescription ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetEventDate ( ) : bool
IsSetMessage ( ) : bool
IsSetRequestId ( ) : bool
IsSetSeverity ( ) : bool
IsSetTemplateName ( ) : bool
IsSetVersionLabel ( ) : bool

Method Details

EventDescription() public method

Empty constructor used to set properties independently even when a simple constructor is available
public EventDescription ( ) : System
return System