RetryStrategy

public struct RetryStrategy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of times to move a job to the RUNNABLE status. You may specify between 1 and 10 attempts. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.

    Declaration

    Swift

    public let attempts: Int?
  • Undocumented

    Declaration

    Swift

    public init(attempts: Int? = nil)