Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-sdk-php/src/Arn/S3/
Upload File :
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();
}