Get Requested Service Quota Change
servicequotas_get_requested_service_quota_change | R Documentation |
Retrieves information about the specified quota increase request¶
Description¶
Retrieves information about the specified quota increase request.
Usage¶
Arguments¶
RequestId
[required] Specifies the ID of the quota increase request.
Value¶
A list with the following syntax:
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"|"NOT_APPROVED"|"INVALID_REQUEST",
Created = as.POSIXct(
"2015-01-01"
),
LastUpdated = as.POSIXct(
"2015-01-01"
),
Requester = "string",
QuotaArn = "string",
GlobalQuota = TRUE|FALSE,
Unit = "string",
QuotaRequestedAtLevel = "ACCOUNT"|"RESOURCE"|"ALL",
QuotaContext = list(
ContextScope = "RESOURCE"|"ACCOUNT",
ContextScopeType = "string",
ContextId = "string"
)
)
)