View file application/libraries/Aws/Aws/Arn/S3/OutpostsArnInterface.php

File size: 169B
<?php
namespace Aws\Arn\S3;

use Aws\Arn\ArnInterface;

/**
 * @internal
 */
interface OutpostsArnInterface extends ArnInterface
{
    public function getOutpostId();
}