PHP Class Scalr\Service\Aws\Route53\DataType\ZoneChangeInfoData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\Aws\Route53\AbstractRoute53DataType
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$id string Unique identifier for the change batch request
$status string PENDING | INSYNC
$submittedAt DateTime Date and time in Coordinated Universal Time format

Protected Properties

Property Type Description
$_externalKeys array List of external identifier names.

Property Details

$_externalKeys protected property

List of external identifier names.
protected array $_externalKeys
return array

$id public property

Unique identifier for the change batch request
public string $id
return string

$status public property

PENDING | INSYNC
public string $status
return string

$submittedAt public property

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