AwsJobRateIncreaseCriteria
public struct AwsJobRateIncreaseCriteria : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When this number of things have been notified, it will initiate an increase in the rollout rate.
Declaration
Swift
public let numberOfNotifiedThings: Int?
-
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
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