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