PHP Класс Scalr\Service\Aws\Rds\DataType\EventData

С версии: 27.03.2013
Автор: Vitaliy Demidov ([email protected])
Наследование: extends Scalr\Service\Aws\Rds\AbstractRdsDataType
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$date DateTime Specifies the date and time of the event.
$eventCategories array Specifies the category for the event.
$message string Provides the text of this event
$sourceIdentifier string Provides the identifier for the source of the event
$sourceType string Specifies the source type for this event

Описание свойств

$date публичное свойство

Specifies the date and time of the event.
public DateTime $date
Результат DateTime

$eventCategories публичное свойство

Specifies the category for the event.
public array $eventCategories
Результат array

$message публичное свойство

Provides the text of this event
public string $message
Результат string

$sourceIdentifier публичное свойство

Provides the identifier for the source of the event
public string $sourceIdentifier
Результат string

$sourceType публичное свойство

Specifies the source type for this event
public string $sourceType
Результат string