QuotaSettings

public struct QuotaSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of requests that can be made in a given time period.

    Declaration

    Swift

    public let limit: Int?
  • The number of requests subtracted from the given limit in the initial time period.

    Declaration

    Swift

    public let offset: Int?
  • The time period in which the limit applies. Valid values are “DAY”, “WEEK” or “MONTH”.

    Declaration

    Swift

    public let period: QuotaPeriodType?
  • Undocumented

    Declaration

    Swift

    public init(limit: Int? = nil, offset: Int? = nil, period: QuotaPeriodType? = nil)