C# Класс 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.

Наследование: AmazonElastiCacheRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DescribeEventsRequest ( ) : System

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

Приватные методы

Метод Описание
IsSetDuration ( ) : bool
IsSetEndTime ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSourceIdentifier ( ) : bool
IsSetSourceType ( ) : bool
IsSetStartTime ( ) : bool

Описание методов

DescribeEventsRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeEventsRequest ( ) : System
Результат System