PHP Class Scalr\Service\Aws\Ec2\DataType\GetConsoleOutputResponseData

Since: 31.01.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$instanceId string The ID of the instance.
$output string Base64 encoded string.
$timestamp DateTime The time the output was last updated

Protected Properties

Свойство Type Description
$_properties array List of the public properties which is managed by magic getter and setters internally.

Property Details

$_properties protected_oe property

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
Résultat array

$instanceId public_oe property

The ID of the instance.
public string $instanceId
Résultat string

$output public_oe property

Base64 encoded string.
public string $output
Résultat string

$timestamp public_oe property

The time the output was last updated
public DateTime $timestamp
Résultat DateTime