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