Learn R Programming

paws.management (version 0.3.1)

servicequotas_list_aws_default_service_quotas: Lists the default values for the quotas for the specified AWS service

Description

Lists the default values for the quotas for the specified AWS service. A default value does not reflect any quota increases.

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

Usage

servicequotas_list_aws_default_service_quotas(
  ServiceCode,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ServiceCode

[required] The service identifier.

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.