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

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

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

Свойство Тип Описание
$instanceId string The ID of the instance.
$output string Base64 encoded string.
$timestamp DateTime The time the output 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

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

Base64 encoded string.
public string $output
Результат string

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

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