File "AccessPointArnInterface.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php
File size: 148 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Aws\Arn;
/**
* @internal
*/
interface AccessPointArnInterface extends ArnInterface
{
public function getAccesspointName();
}