GetAWSDefaultServiceQuotaResponse constructor

GetAWSDefaultServiceQuotaResponse({
  1. ServiceQuota? quota,
})

Implementation

GetAWSDefaultServiceQuotaResponse({
  this.quota,
});