PHP Класс Scalr\Service\Aws\Ec2\DataType\GetPasswordDataResponseData

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

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

Свойство Тип Описание
$instanceId string The ID of the instance.
$passwordData string The password of the instance
$timestamp DateTime The time the data was last updated

Защищенные свойства (Protected)

Свойство Тип Описание
$_properties array List of the public properties which is managed by magic getter and setters internally.

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

$_properties защищенное свойство

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
Результат array

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

The ID of the instance.
public string $instanceId
Результат string

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

The password of the instance
public string $passwordData
Результат string

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

The time the data was last updated
public DateTime $timestamp
Результат DateTime