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