| Current Path : /var/www/www.indacotrentino.com/www/vendor/aws/aws-sdk-php/src/Arn/S3/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php |
<?php
namespace Aws\Arn\S3;
use Aws\Arn\ArnInterface;
/**
* @internal
*/
interface BucketArnInterface extends ArnInterface
{
public function getBucketName();
}