PHP Class Scalr\Service\Aws\Rds\DataType\EventData

Since: 27.03.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Rds\AbstractRdsDataType
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$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

Property Details

$date public property

Specifies the date and time of the event.
public DateTime $date
return DateTime

$eventCategories public property

Specifies the category for the event.
public array $eventCategories
return array

$message public property

Provides the text of this event
public string $message
return string

$sourceIdentifier public property

Provides the identifier for the source of the event
public string $sourceIdentifier
return string

$sourceType public property

Specifies the source type for this event
public string $sourceType
return string