Skip to content

Commit

Permalink
Merge pull request #52 from Icinga/feature/LoadBalancerArn
Browse files Browse the repository at this point in the history
Fetch LoadBalancerArn into arn
  • Loading branch information
lippserd committed Oct 9, 2020
2 parents 5b8818d + 4b65545 commit 442c83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Aws/AwsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ public function getLoadBalancersV2()
'type' => 'Type',
'scheme' => 'Scheme'
), array(
'security_groups' => 'SecurityGroups'
'security_groups' => 'SecurityGroups',
'arn' => 'LoadBalancerArn'
));

$object->state = $entry['State']['Code'];
Expand Down

0 comments on commit 442c83f

Please sign in to comment.