Retrieves information about the specified quota increase request.
servicequotas_get_requested_service_quota_change(RequestId)
[required] The ID of the quota increase request.
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", Created = as.POSIXct( "2015-01-01" ), LastUpdated = as.POSIXct( "2015-01-01" ), Requester = "string", QuotaArn = "string", GlobalQuota = TRUE|FALSE, Unit = "string" ) )
svc$get_requested_service_quota_change( RequestId = "string" )