networkmanager_list_core_network_policy_versions {paws.networking}R Documentation

Returns a list of core network policy versions

Description

Returns a list of core network policy versions.

See https://www.paws-r-sdk.com/docs/networkmanager_list_core_network_policy_versions/ for full documentation.

Usage

networkmanager_list_core_network_policy_versions(
  CoreNetworkId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

CoreNetworkId

[required] The ID of a core network.

MaxResults

The maximum number of results to return.

NextToken

The token for the next page of results.


[Package paws.networking version 0.7.0 Index]