12 lines
176 B
PHP
12 lines
176 B
PHP
<?php
|
|
|
|
namespace UglyRobot\Infinite_Uploads\Aws\Arn;
|
|
|
|
/**
|
|
* @internal
|
|
*/
|
|
interface AccessPointArnInterface extends ArnInterface
|
|
{
|
|
public function getAccesspointName();
|
|
}
|