ExecutionProperty

public struct ExecutionProperty : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

    Declaration

    Swift

    public let maxConcurrentRuns: Int?
  • Undocumented

    Declaration

    Swift

    public init(maxConcurrentRuns: Int? = nil)