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

Since: 17.07.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
Mostra file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$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

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

$passwordData public_oe property

The password of the instance
public string $passwordData
return string

$timestamp public_oe property

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