Learn R Programming

paws.networking (version 0.1.9)

apigatewayv2_get_vpc_links: Gets a collection of VPC links

Description

Gets a collection of VPC links.

Usage

apigatewayv2_get_vpc_links(MaxResults, NextToken)

Arguments

MaxResults

The maximum number of elements to be returned for this resource.

NextToken

The next page of elements from this collection. Not valid for the last element of the collection.

Request syntax

svc$get_vpc_links(
  MaxResults = "string",
  NextToken = "string"
)