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

Since: 31.01.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
显示文件 Open project: scalr/scalr Class Usage Examples

Public Properties

Property 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

Property 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
return array

$instanceId public_oe property

The ID of the instance.
public string $instanceId
return string

$output public_oe property

Base64 encoded string.
public string $output
return string

$timestamp public_oe property

The time the output was last updated
public DateTime $timestamp
return DateTime