PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Arn
/
S3
/
Editing: OutpostsArnInterface.php
<?php namespace Aws\Arn\S3; use Aws\Arn\ArnInterface; /** * @internal */ interface OutpostsArnInterface extends ArnInterface { public function getOutpostId(); }
SAVE
CANCEL