C# Class Amazon.ElastiCache.Model.DescribeEventsRequest

Container for the parameters to the DescribeEvents operation.

The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Inheritance: AmazonElastiCacheRequest
显示文件 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
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