C# Class Amazon.RDS.Model.DescribeEventsRequest

Container for the parameters to the DescribeEvents operation.

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

Inheritance: AmazonRDSRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeEventsRequest ( ) : System

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

Private Methods

Method Description
IsSetDuration ( ) : bool
IsSetEndTime ( ) : bool
IsSetEventCategories ( ) : bool
IsSetFilters ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSourceIdentifier ( ) : bool
IsSetSourceType ( ) : bool
IsSetStartTime ( ) : bool

Method Details

DescribeEventsRequest() public method

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