Get Service Quota Result
data class GetServiceQuotaResult(val adjustable: Boolean, val arn: String, val defaultValue: Double, val globalQuota: Boolean, val id: String, val quotaCode: String, val quotaName: String, val serviceCode: String, val serviceName: String, val usageMetrics: List<GetServiceQuotaUsageMetric>, val value: Double)
A collection of values returned by getServiceQuota.
Constructors
Properties
Link copied to clipboard
Whether the service quota is adjustable.
Link copied to clipboard
Default value of the service quota.
Link copied to clipboard
Whether the service quota is global for the AWS account.
Link copied to clipboard
Link copied to clipboard
Name of the service.
Link copied to clipboard
Information about the measurement.