summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php
blob: 1be05867bbb4e05eb0ddde6f2be59dde0a56dbdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Aws\Arn\S3;

use Aws\Arn\ArnInterface;

/**
 * @internal
 */
interface BucketArnInterface extends ArnInterface
{
    public function getBucketName();
}