paws.networking (version 0.1.6)

apigateway_get_usage_plans: Gets all the usage plans of the caller's account

Description

Gets all the usage plans of the caller\'s account.

Usage

apigateway_get_usage_plans(position, keyId, limit)

Arguments

position

The current pagination position in the paged result set.

keyId

The identifier of the API key associated with the usage plans.

limit

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Request syntax

svc$get_usage_plans(
  position = "string",
  keyId = "string",
  limit = 123
)