Learn R Programming

paws.management (version 0.1.12)

servicequotas_list_services: Lists the names and codes for the services integrated with Service Quotas

Description

Lists the names and codes for the services integrated with Service Quotas.

Usage

servicequotas_list_services(NextToken, MaxResults)

Value

A list with the following syntax:

list(
  NextToken = "string",
  Services = list(
    list(
      ServiceCode = "string",
      ServiceName = "string"
    )
  )
)

Arguments

NextToken

The token for the next page of results.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Request syntax

svc$list_services(
  NextToken = "string",
  MaxResults = 123
)