ServiceQuota

public struct ServiceQuota : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies if the quota value can be increased.

    Declaration

    Swift

    public let adjustable: Bool?
  • Specifies the ErrorCode and ErrorMessage when success isn’t achieved.

    Declaration

    Swift

    public let errorReason: ErrorReason?
  • Specifies if the quota is global.

    Declaration

    Swift

    public let globalQuota: Bool?
  • Identifies the unit and value of how time is measured.

    Declaration

    Swift

    public let period: QuotaPeriod?
  • The Amazon Resource Name (ARN) of the service quota.

    Declaration

    Swift

    public let quotaArn: String?
  • The code identifier for the service quota specified.

    Declaration

    Swift

    public let quotaCode: String?
  • The name identifier of the service quota.

    Declaration

    Swift

    public let quotaName: String?
  • Specifies the service that you want to use.

    Declaration

    Swift

    public let serviceCode: String?
  • The name of the AWS service specified in the increase request.

    Declaration

    Swift

    public let serviceName: String?
  • The unit of measurement for the value of the service quota.

    Declaration

    Swift

    public let unit: String?
  • Specifies the details about the measurement.

    Declaration

    Swift

    public let usageMetric: MetricInfo?
  • The value of service quota.

    Declaration

    Swift

    public let value: Double?
  • Undocumented

    Declaration

    Swift

    public init(adjustable: Bool? = nil, errorReason: ErrorReason? = nil, globalQuota: Bool? = nil, period: QuotaPeriod? = nil, quotaArn: String? = nil, quotaCode: String? = nil, quotaName: String? = nil, serviceCode: String? = nil, serviceName: String? = nil, unit: String? = nil, usageMetric: MetricInfo? = nil, value: Double? = nil)