PHP 클래스 Scalr\Service\Aws\Ec2\DataType\GetPasswordDataResponseData

부터: 17.07.2013
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$instanceId string The ID of the instance.
$passwordData string The password of the instance
$timestamp DateTime The time the data was last updated

보호된 프로퍼티들

프로퍼티 타입 설명
$_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