| Current Path : /home/rtorresani/www/vendor/aws/aws-sdk-php/src/Arn/ |
| Current File : //home/rtorresani/www/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php |
<?php
namespace Aws\Arn;
/**
* @internal
*/
interface AccessPointArnInterface extends ArnInterface
{
public function getAccesspointName();
}