AOEpeople/StackFormation

View on GitHub
src/AwsInspector/Model/Ebs/Volume.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AwsInspector\Model\Ebs;

/**
 * Class Volume
 *
 * @method getVolumeId()
 * @method getSize()
 * @method getSnapshotId()
 * @method getAvailabilityZone()
 * @method getState()
 * @method getCreateTime()
 * @method getAttachments()
 * @method getVolumeType()
 * @method getIops()
 * @method getEncrypted()
 */
class Volume extends \AwsInspector\Model\AbstractResource
{

}