This data type is used as a response element in the DescribeEvents action.

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

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Event()()()()
Initializes a new instance of the Event class
Date
Specifies the date and time of the event.
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.)
Message
Provides the text of this event.
SourceIdentifier
Provides the identifier for the source of the event.
SourceType
Specifies the source type for this event.

Constraints:

Allowed Values
db-instance, db-parameter-group, db-security-group, db-snapshot

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDate(DateTime)
Sets the Date property
WithMessage(String)
Sets the Message property
WithSourceIdentifier(String)
Sets the SourceIdentifier property
WithSourceType(String)
Sets the SourceType property

Inheritance Hierarchy

System..::..Object
  Amazon.RDS.Model..::..Event

See Also