Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class RamRoleArnClient extends Client |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * @param string $accessKeyId |
||
19 | * @param string $accessKeySecret |
||
20 | * @param string $roleArn |
||
21 | * @param string $roleSessionName |
||
22 | * @param string|array $policy |
||
23 | * |
||
24 | * @throws ClientException |
||
25 | */ |
||
26 | 14 | public function __construct($accessKeyId, $accessKeySecret, $roleArn, $roleSessionName, $policy = '') |
|
34 |