Description Usage Arguments Value Request syntax
View source: R/servicequotas_operations.R
Retrieves information about the specified quota increase request.
1 |
RequestId |
[required] The ID of the quota increase request. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | list(
RequestedQuota = list(
Id = "string",
CaseId = "string",
ServiceCode = "string",
ServiceName = "string",
QuotaCode = "string",
QuotaName = "string",
DesiredValue = 123.0,
Status = "PENDING"|"CASE_OPENED"|"APPROVED"|"DENIED"|"CASE_CLOSED",
Created = as.POSIXct(
"2015-01-01"
),
LastUpdated = as.POSIXct(
"2015-01-01"
),
Requester = "string",
QuotaArn = "string",
GlobalQuota = TRUE|FALSE,
Unit = "string"
)
)
|
1 2 3 | svc$get_requested_service_quota_change(
RequestId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.