PHP 클래스 Scalr\Service\Aws\Route53\DataType\ZoneChangeInfoData

부터: 4.5.2
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\Aws\Route53\AbstractRoute53DataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$id string Unique identifier for the change batch request
$status string PENDING | INSYNC
$submittedAt DateTime Date and time in Coordinated Universal Time format

보호된 프로퍼티들

프로퍼티 타입 설명
$_externalKeys array List of external identifier names.

프로퍼티 상세

$_externalKeys 보호되어 있는 프로퍼티

List of external identifier names.
protected array $_externalKeys
리턴 array

$id 공개적으로 프로퍼티

Unique identifier for the change batch request
public string $id
리턴 string

$status 공개적으로 프로퍼티

PENDING | INSYNC
public string $status
리턴 string

$submittedAt 공개적으로 프로퍼티

Date and time in Coordinated Universal Time format
public DateTime $submittedAt
리턴 DateTime