PHP 클래스 Scalr\Service\Aws\Rds\DataType\EventData

부터: 27.03.2013
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Service\Aws\Rds\AbstractRdsDataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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