Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Arn;
3
 
4
/**
5
 * @internal
6
 */
7
interface AccessPointArnInterface extends ArnInterface
8
{
9
    public function getAccesspointName();
10
}