GetJobRunsRequest

public struct GetJobRunsRequest : AWSShape
extension Glue.GetJobRunsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the job definition for which to retrieve all job runs.

    Declaration

    Swift

    public let jobName: String
  • The maximum size of the response.

    Declaration

    Swift

    public let maxResults: Int?
  • A continuation token, if this is a continuation call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(jobName: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws