From 4b655454eb2020dca7ec9f2b52fdd345457aa0fd Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 25 Aug 2020 16:11:03 +0200 Subject: [PATCH] Fetch LoadBalancerArn into arn --- library/Aws/AwsClient.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/Aws/AwsClient.php b/library/Aws/AwsClient.php index a0d9801..2535a2d 100644 --- a/library/Aws/AwsClient.php +++ b/library/Aws/AwsClient.php @@ -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'];