BatchRetryStrategy

public struct BatchRetryStrategy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of times to attempt to retry, if the job fails. Valid values are 1–10.

    Declaration

    Swift

    public let attempts: Int?
  • Undocumented

    Declaration

    Swift

    public init(attempts: Int? = nil)