Scalr\Service\Aws\Rds\DataType\DBSnapshotData::delete PHP Метод

delete() публичный Метод

Deletes a DBSnapshot. Note! The DBSnapshot must be in the available state to be deleted
public delete ( ) : DBSnapshotData
Результат DBSnapshotData Returns DBSnapshotData on success or throws an exception.
    public function delete()
    {
        $this->throwExceptionIfNotInitialized();
        return $this->getRds()->dbSnapshot->delete($this->dBSnapshotIdentifier);
    }