(plugin) cloud::aws::custom::paws - fix
This commit is contained in:
parent
8d86eb38bd
commit
c55b8c7c60
|
@ -798,7 +798,7 @@ sub directconnect_describe_connections {
|
|||
my $connections = $ec->DescribeConnections();
|
||||
|
||||
foreach (@{$connections->{Connections}}) {
|
||||
$results->{ $_->{ConnectionId} } = { {
|
||||
$results->{ $_->{ConnectionId} } = {
|
||||
name => $_->{ConnectionName},
|
||||
state => $_->{ConnectionState},
|
||||
bandwidth => $_->{Bandwidth}
|
||||
|
|
Loading…
Reference in New Issue