C# Класс Amazon.ElasticBeanstalk.Model.DescribeEventsRequest

Container for the parameters to the DescribeEvents operation. Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

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

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

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

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

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

Метод Описание
IsSetApplicationName ( ) : bool
IsSetEndTime ( ) : bool
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetNextToken ( ) : bool
IsSetRequestId ( ) : bool
IsSetSeverity ( ) : bool
IsSetStartTime ( ) : bool
IsSetTemplateName ( ) : bool
IsSetVersionLabel ( ) : bool

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

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

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