GetVpcLinksResponse constructor

GetVpcLinksResponse({
  1. List<VpcLink>? items,
  2. String? nextToken,
})

Implementation

GetVpcLinksResponse({
  this.items,
  this.nextToken,
});