RateIncreaseCriteria

public struct RateIncreaseCriteria : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The threshold for number of notified things that will initiate the increase in rate of rollout.

    Declaration

    Swift

    public let numberOfNotifiedThings: Int?
  • The threshold for number of succeeded things that will initiate the increase in rate of rollout.

    Declaration

    Swift

    public let numberOfSucceededThings: Int?
  • Undocumented

    Declaration

    Swift

    public init(numberOfNotifiedThings: Int? = nil, numberOfSucceededThings: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws