ThrottleSettings

public struct ThrottleSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.

    Declaration

    Swift

    public let burstLimit: Int?
  • The API request steady-state rate limit.

    Declaration

    Swift

    public let rateLimit: Double?
  • Undocumented

    Declaration

    Swift

    public init(burstLimit: Int? = nil, rateLimit: Double? = nil)