DescribeVpcPeeringConnectionsOutput constructor

DescribeVpcPeeringConnectionsOutput({
  1. List<VpcPeeringConnection>? vpcPeeringConnections,
})

Implementation

DescribeVpcPeeringConnectionsOutput({
  this.vpcPeeringConnections,
});