|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\Arn\S3;
|
|
|
3 |
|
|
|
4 |
use Aws\Arn\ArnInterface;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* @internal
|
|
|
8 |
*/
|
|
|
9 |
interface OutpostsArnInterface extends ArnInterface
|
|
|
10 |
{
|
|
|
11 |
public function getOutpostId();
|
|
|
12 |
}
|