Learn R Programming

paws.management (version 0.1.8)

servicequotas_get_service_quota: Returns the details for the specified service quota

Description

Returns the details for the specified service quota. This operation provides a different Value than the GetAWSDefaultServiceQuota operation. This operation returns the applied value for each quota. GetAWSDefaultServiceQuota returns the default AWS value for each quota.

Usage

servicequotas_get_service_quota(ServiceCode, QuotaCode)

Arguments

ServiceCode

[required] Specifies the service that you want to use.

QuotaCode

[required] Identifies the service quota you want to select.

Request syntax

svc$get_service_quota(
  ServiceCode = "string",
  QuotaCode = "string"
)